update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_XPROTO
|
||||
bool "xproto"
|
||||
help
|
||||
X.Org xproto protocol headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-September/002713.html
|
||||
sha256 c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747 xproto-7.0.31.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_xproto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_XPROTO_VERSION = 7.0.31
|
||||
XPROTO_XPROTO_SOURCE = xproto-$(XPROTO_XPROTO_VERSION).tar.bz2
|
||||
XPROTO_XPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_XPROTO_LICENSE = MIT
|
||||
XPROTO_XPROTO_LICENSE_FILES = COPYING
|
||||
XPROTO_XPROTO_INSTALL_STAGING = YES
|
||||
XPROTO_XPROTO_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user