update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_XPROTO_PRESENTPROTO
bool "presentproto"
select BR2_PACKAGE_XUTIL_UTIL_MACROS
help
X.Org Present extension headers

View File

@@ -0,0 +1,2 @@
# From https://lists.x.org/archives/xorg-announce/2017-January/002770.html
sha256 f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9 presentproto-1.1.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xproto_presentproto
#
################################################################################
XPROTO_PRESENTPROTO_VERSION = 1.1
XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_PRESENTPROTO_LICENSE = MIT
XPROTO_PRESENTPROTO_LICENSE_FILES = presentproto.h
XPROTO_PRESENTPROTO_DEPENDENCIES = host-pkgconf xutil_util-macros
XPROTO_PRESENTPROTO_INSTALL_STAGING = YES
XPROTO_PRESENTPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))