Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBUPNPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBUPNP
select BR2_PACKAGE_LIBUPNP18 if !BR2_PACKAGE_LIBUPNP
help
The libupnpp C++ library wraps libupnp for easier use by
upmpdcli and upplay.

View File

@@ -1,5 +1,5 @@
# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.16.0.tar.gz.sha256
sha256 b34b179e69c46993cf360da9e85db646b03c15ab2927b19eb70e27bf3c359017 libupnpp-0.16.0.tar.gz
# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.17.0.tar.gz.sha256
sha256 7035dda48207c254cbd8cd64e4e679a9e5f085a35d28c19bc2ddeba0deaff58b libupnpp-0.17.0.tar.gz
# Hash for license file:
sha256 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2 COPYING

View File

@@ -4,12 +4,13 @@
#
################################################################################
LIBUPNPP_VERSION = 0.16.0
LIBUPNPP_VERSION = 0.17.0
LIBUPNPP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
LIBUPNPP_LICENSE = LGPL-2.1+
LIBUPNPP_LICENSE_FILES = COPYING
LIBUPNPP_INSTALL_STAGING = YES
LIBUPNPP_DEPENDENCIES = expat libcurl libupnp
LIBUPNPP_DEPENDENCIES = expat libcurl \
$(if $(BR2_PACKAGE_LIBUPNP),libupnp,libupnp18)
# configure script fails to link against the dependencies of libupnp
# and libcurl causing detection to fail when statically linking