Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,7 +4,6 @@ config BR2_PACKAGE_JSON_GLIB
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
||||
help
|
||||
JSON-GLib is a library providing serialization and
|
||||
deserialization support for the JavaScript Object Notation
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.2/json-glib-1.2.2.sha256sum
|
||||
sha256 ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621 json-glib-1.2.2.tar.xz
|
||||
# From http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.2/json-glib-1.2.8.sha256sum
|
||||
sha256 fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a json-glib-1.2.8.tar.xz
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
################################################################################
|
||||
|
||||
JSON_GLIB_VERSION_MAJOR = 1.2
|
||||
JSON_GLIB_VERSION = $(JSON_GLIB_VERSION_MAJOR).2
|
||||
JSON_GLIB_VERSION = $(JSON_GLIB_VERSION_MAJOR).8
|
||||
JSON_GLIB_SITE = http://ftp.gnome.org/pub/GNOME/sources/json-glib/$(JSON_GLIB_VERSION_MAJOR)
|
||||
JSON_GLIB_SOURCE = json-glib-$(JSON_GLIB_VERSION).tar.xz
|
||||
JSON_GLIB_LICENSE = LGPLv2.1+
|
||||
JSON_GLIB_LICENSE = LGPL-2.1+
|
||||
JSON_GLIB_LICENSE_FILES = COPYING
|
||||
JSON_GLIB_INSTALL_STAGING = YES
|
||||
|
||||
JSON_GLIB_DEPENDENCIES = \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||
$(TARGET_NLS_DEPENDENCIES) \
|
||||
host-pkgconf \
|
||||
libglib2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user