package/upmpdcli: bump to version 0.8.5

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jörg Krause 2014-10-21 22:12:00 +02:00 committed by Thomas Petazzoni
parent 98913307bc
commit 483a6ff2dc
2 changed files with 6 additions and 8 deletions

View File

@ -1,12 +1,10 @@
config BR2_PACKAGE_UPMPDCLI
bool "upmpdcli"
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBUPNP
select BR2_PACKAGE_LIBMPDCLIENT
select BR2_PACKAGE_LIBUPNPP
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_LARGEFILE # libupnp
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
depends on BR2_LARGEFILE # libupnpp -> libupnp
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnpp -> libupnp
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto

View File

@ -4,11 +4,11 @@
#
################################################################################
UPMPDCLI_VERSION = 0.8.3
UPMPDCLI_VERSION = 0.8.5
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
UPMPDCLI_LICENSE = GPLv2+
UPMPDCLI_LICENSE_FILES = COPYING
UPMPDCLI_DEPENDENCIES = expat libcurl libupnp libmpdclient
UPMPDCLI_DEPENDENCIES = libmpdclient libupnpp
# Upmpdcli only runs if user upmpdcli exists
define UPMPDCLI_USERS
@ -20,7 +20,7 @@ define UPMPDCLI_INSTALL_INIT_SYSV
endef
define UPMPDCLI_INSTALL_CONF_FILE
$(INSTALL) -D -m 0755 $(@D)/upmpd/upmpdcli.conf $(TARGET_DIR)/etc/upmpdcli.conf
$(INSTALL) -D -m 0755 $(@D)/src/upmpdcli.conf $(TARGET_DIR)/etc/upmpdcli.conf
endef
UPMPDCLI_POST_INSTALL_TARGET_HOOKS += UPMPDCLI_INSTALL_CONF_FILE