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,5 @@
config BR2_PACKAGE_XDATA_XCURSOR_THEMES
bool "xdata_xcursor-themes"
select BR2_PACKAGE_XLIB_LIBXCURSOR
help
No description available

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-July/002271.html
sha256 e3fd2c05b9df0d88a3d1192c02143295744685f4f9a03db116e206698331bb86 xcursor-themes-1.0.4.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xdata_xcursor-themes
#
################################################################################
XDATA_XCURSOR_THEMES_VERSION = 1.0.4
XDATA_XCURSOR_THEMES_SOURCE = xcursor-themes-$(XDATA_XCURSOR_THEMES_VERSION).tar.bz2
XDATA_XCURSOR_THEMES_SITE = http://xorg.freedesktop.org/releases/individual/data
XDATA_XCURSOR_THEMES_LICENSE = MIT
XDATA_XCURSOR_THEMES_LICENSE_FILES = COPYING
XDATA_XCURSOR_THEMES_INSTALL_STAGING = YES
XDATA_XCURSOR_THEMES_DEPENDENCIES = xlib_libXcursor host-xapp_xcursorgen
$(eval $(autotools-package))