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,8 @@
config BR2_PACKAGE_XLIB_LIBXTST
bool "libXtst"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_RECORDPROTO
help
X.Org Xtst library

View File

@@ -0,0 +1,2 @@
# From https://lists.x.org/archives/xorg-announce/2016-October/002726.html
sha256 4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204 libXtst-1.2.3.tar.bz2

View File

@@ -0,0 +1,20 @@
################################################################################
#
# xlib_libXtst
#
################################################################################
XLIB_LIBXTST_VERSION = 1.2.3
XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXTST_LICENSE = MIT
XLIB_LIBXTST_LICENSE_FILES = COPYING
XLIB_LIBXTST_INSTALL_STAGING = YES
XLIB_LIBXTST_DEPENDENCIES = \
xlib_libX11 \
xlib_libXext \
xlib_libXi \
xproto_recordproto
$(eval $(autotools-package))