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,7 @@
config BR2_PACKAGE_XLIB_LIBXRENDER
bool "libXrender"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
X.Org Xrender library

View File

@@ -0,0 +1,2 @@
# From https://lists.x.org/archives/xorg-announce/2016-October/002725.html
sha256 c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949 libXrender-0.9.10.tar.bz2

View File

@@ -0,0 +1,20 @@
################################################################################
#
# xlib_libXrender
#
################################################################################
XLIB_LIBXRENDER_VERSION = 0.9.10
XLIB_LIBXRENDER_SOURCE = libXrender-$(XLIB_LIBXRENDER_VERSION).tar.bz2
XLIB_LIBXRENDER_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXRENDER_LICENSE = MIT
XLIB_LIBXRENDER_LICENSE_FILES = COPYING
XLIB_LIBXRENDER_INSTALL_STAGING = YES
XLIB_LIBXRENDER_DEPENDENCIES = xlib_libX11 xproto_renderproto xproto_xproto
HOST_XLIB_LIBXRENDER_DEPENDENCIES = \
host-xlib_libX11 host-xproto_renderproto host-xproto_xproto
XLIB_LIBXRENDER_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))
$(eval $(host-autotools-package))