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_HICOLOR_ICON_THEME
bool "hicolor icon theme"
help
Freedesktop Hicolor icon theme
This is the fallback icon theme, which only creates the
standard directory structure for storing icons of third-party
applications (i.e. the ones not available in usual icon themes).

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc hicolor-icon-theme-0.15.tar.xz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# hicolor-icon-theme
#
################################################################################
HICOLOR_ICON_THEME_VERSION = 0.15
HICOLOR_ICON_THEME_SITE = http://icon-theme.freedesktop.org/releases
HICOLOR_ICON_THEME_SOURCE = hicolor-icon-theme-$(HICOLOR_ICON_THEME_VERSION).tar.xz
HICOLOR_ICON_THEME_LICENSE = GPLv2
HICOLOR_ICON_THEME_LICENSE_FILES = COPYING
$(eval $(autotools-package))