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,4 @@
config BR2_PACKAGE_XPROTO_VIDEOPROTO
bool "videoproto"
help
X.Org Video protocol headers

View File

@@ -0,0 +1,2 @@
# From https://lists.freedesktop.org/archives/xorg-announce/2016-March/002680.html
sha256 c7803889fd08e6fcaf7b68cc394fb038b2325d1f315e571a6954577e07cca702 videoproto-2.3.3.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xproto_videoproto
#
################################################################################
XPROTO_VIDEOPROTO_VERSION = 2.3.3
XPROTO_VIDEOPROTO_SOURCE = videoproto-$(XPROTO_VIDEOPROTO_VERSION).tar.bz2
XPROTO_VIDEOPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_VIDEOPROTO_LICENSE = MIT
XPROTO_VIDEOPROTO_LICENSE_FILES = COPYING
XPROTO_VIDEOPROTO_INSTALL_STAGING = YES
XPROTO_VIDEOPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))