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_LIBXFIXES
bool "libXfixes"
select BR2_PACKAGE_XPROTO_FIXESPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_XEXTPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
X.Org Xfixes library

View File

@@ -0,0 +1,2 @@
# From https://lists.x.org/archives/xorg-announce/2016-October/002722.html
sha256 de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6 libXfixes-5.0.3.tar.bz2

View File

@@ -0,0 +1,19 @@
################################################################################
#
# xlib_libXfixes
#
################################################################################
XLIB_LIBXFIXES_VERSION = 5.0.3
XLIB_LIBXFIXES_SOURCE = libXfixes-$(XLIB_LIBXFIXES_VERSION).tar.bz2
XLIB_LIBXFIXES_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXFIXES_LICENSE = MIT
XLIB_LIBXFIXES_LICENSE_FILES = COPYING
XLIB_LIBXFIXES_INSTALL_STAGING = YES
XLIB_LIBXFIXES_DEPENDENCIES = xproto_fixesproto xlib_libX11 xproto_xextproto xproto_xproto
HOST_XLIB_LIBXFIXES_DEPENDENCIES = \
host-xproto_fixesproto host-xlib_libX11 host-xproto_xextproto \
host-xproto_xproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))