Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_GUPNP
|
||||
bool "gupnp"
|
||||
depends on BR2_USE_WCHAR # glib2, gssdp, util-linux
|
||||
depends on BR2_USE_WCHAR # glib2, gssdp
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gssdp
|
||||
depends on BR2_USE_MMU # glib2, gssdp
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/0.20/gupnp-0.20.18.sha256sum:
|
||||
sha256 c5e0e11061f8d0ff9c8dccc196f39c45a49c0153c9a72abf6290ab34d1cbb021 gupnp-0.20.18.tar.xz
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/1.0/gupnp-1.0.1.sha256sum:
|
||||
sha256 934584cc1b361bf251a5ac271ffb1995a3c6426ce44cb64f9c6d779f2af9a6d9 gupnp-1.0.1.tar.xz
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GUPNP_VERSION_MAJOR = 0.20
|
||||
GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).18
|
||||
GUPNP_VERSION_MAJOR = 1.0
|
||||
GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).1
|
||||
GUPNP_SOURCE = gupnp-$(GUPNP_VERSION).tar.xz
|
||||
GUPNP_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp/$(GUPNP_VERSION_MAJOR)
|
||||
GUPNP_LICENSE = LGPLv2+
|
||||
|
||||
Reference in New Issue
Block a user