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_XAPP_XLOGO
bool "xlogo"
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXRENDER
select BR2_PACKAGE_XLIB_LIBXFT
help
X Window System logo

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2012-March/001905.html
sha256 17af6f4fb73e7310e087fbfe5d773bab2b0d6f37a894ae5ee32de4693af6ba92 xlogo-1.0.4.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xapp_xlogo
#
################################################################################
XAPP_XLOGO_VERSION = 1.0.4
XAPP_XLOGO_SOURCE = xlogo-$(XAPP_XLOGO_VERSION).tar.bz2
XAPP_XLOGO_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XLOGO_LICENSE = MIT
XAPP_XLOGO_LICENSE_FILES = COPYING
XAPP_XLOGO_DEPENDENCIES = \
xlib_libXaw xlib_libXrender \
xlib_libXft host-pkgconf
$(eval $(autotools-package))