Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -4,23 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UPMPDCLI_VERSION = 1.1.3
|
||||
UPMPDCLI_VERSION = 1.2.12
|
||||
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
||||
UPMPDCLI_LICENSE = GPLv2+
|
||||
UPMPDCLI_LICENSE_FILES = COPYING
|
||||
UPMPDCLI_DEPENDENCIES = libmpdclient libupnpp
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
# Upmpdcli forgets to take the dependencies of libupnpp into
|
||||
# consideration, breaking static linking, so help it.
|
||||
# Libupnpp unfortunately doesn't provide a .pc file, so manually
|
||||
# handle the dependencies here.
|
||||
# The build system doesn't expand LIBS from the configure step, so
|
||||
# manually pass it to make.
|
||||
UPMPDCLI_DEPENDENCIES += host-pkgconf
|
||||
UPMPDCLI_MAKE_OPTS = \
|
||||
LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs expat libcurl libupnp`"
|
||||
endif
|
||||
UPMPDCLI_DEPENDENCIES = host-pkgconf libmpdclient libupnpp libmicrohttpd jsoncpp
|
||||
|
||||
# Upmpdcli only runs if user upmpdcli exists
|
||||
define UPMPDCLI_USERS
|
||||
|
||||
Reference in New Issue
Block a user