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,6 @@
config BR2_PACKAGE_SOUND_THEME_FREEDESKTOP
bool "sound-theme-freedesktop"
help
Default theme for the XDG Sound Theme Specification.
http://freedesktop.org/wiki/Specifications/sound-theme-spec

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 e6595afb02b76099ef6df42c2ac7c4f9680c21c3f26b2a7ca0943d1fdbbd9aef sound-theme-freedesktop-0.7.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# sound-theme-freedesktop
#
################################################################################
SOUND_THEME_FREEDESKTOP_VERSION = 0.7
SOUND_THEME_FREEDESKTOP_SITE = \
http://people.freedesktop.org/~mccann/dist
SOUND_THEME_FREEDESKTOP_SOURCE = \
sound-theme-freedesktop-$(SOUND_THEME_FREEDESKTOP_VERSION).tar.bz2
SOUND_THEME_FREEDESKTOP_DEPENDENCIES = host-intltool
$(eval $(autotools-package))