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_XF86VIDMODEPROTO
bool "xf86vidmodeproto"
help
X.Org XF86VidMode protocol headers

View File

@@ -0,0 +1,3 @@
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/1311
md5 e793ecefeaecfeabd1aed6a01095174e xf86vidmodeproto-2.3.1.tar.bz2
sha1 11d54c3210887631ea71e8f8030a77692e964fc4 xf86vidmodeproto-2.3.1.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xproto_xf86vidmodeproto
#
################################################################################
XPROTO_XF86VIDMODEPROTO_VERSION = 2.3.1
XPROTO_XF86VIDMODEPROTO_SOURCE = xf86vidmodeproto-$(XPROTO_XF86VIDMODEPROTO_VERSION).tar.bz2
XPROTO_XF86VIDMODEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XF86VIDMODEPROTO_LICENSE = MIT
XPROTO_XF86VIDMODEPROTO_LICENSE_FILES = COPYING
XPROTO_XF86VIDMODEPROTO_INSTALL_STAGING = YES
XPROTO_XF86VIDMODEPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))