Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,16 @@
################################################################################
#
# gconf
#
################################################################################
GCONF_VERSION = 3.2.6
GCONF_SOURCE = GConf-${GCONF_VERSION}.tar.xz
GCONF_SITE = http://ftp.gnome.org/pub/gnome/sources/GConf/3.2
GCONF_CONF_OPTS = --disable-orbit
GCONF_DEPENDENCIES = dbus dbus-glib libglib2 libxml2 \
host-intltool $(TARGET_NLS_DEPENDENCIES)
GCONF_LICENSE = LGPL-2.0+
GCONF_LICENSE_FILES = COPYING
$(eval $(autotools-package))