mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
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:
parent
98913307bc
commit
483a6ff2dc
@ -1,12 +1,10 @@
|
|||||||
config BR2_PACKAGE_UPMPDCLI
|
config BR2_PACKAGE_UPMPDCLI
|
||||||
bool "upmpdcli"
|
bool "upmpdcli"
|
||||||
select BR2_PACKAGE_EXPAT
|
|
||||||
select BR2_PACKAGE_LIBCURL
|
|
||||||
select BR2_PACKAGE_LIBUPNP
|
|
||||||
select BR2_PACKAGE_LIBMPDCLIENT
|
select BR2_PACKAGE_LIBMPDCLIENT
|
||||||
|
select BR2_PACKAGE_LIBUPNPP
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_LARGEFILE # libupnp
|
depends on BR2_LARGEFILE # libupnpp -> libupnp
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # 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_2014R1 # Too old gcc
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
UPMPDCLI_VERSION = 0.8.3
|
UPMPDCLI_VERSION = 0.8.5
|
||||||
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
||||||
UPMPDCLI_LICENSE = GPLv2+
|
UPMPDCLI_LICENSE = GPLv2+
|
||||||
UPMPDCLI_LICENSE_FILES = COPYING
|
UPMPDCLI_LICENSE_FILES = COPYING
|
||||||
UPMPDCLI_DEPENDENCIES = expat libcurl libupnp libmpdclient
|
UPMPDCLI_DEPENDENCIES = libmpdclient libupnpp
|
||||||
|
|
||||||
# Upmpdcli only runs if user upmpdcli exists
|
# Upmpdcli only runs if user upmpdcli exists
|
||||||
define UPMPDCLI_USERS
|
define UPMPDCLI_USERS
|
||||||
@ -20,7 +20,7 @@ define UPMPDCLI_INSTALL_INIT_SYSV
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define UPMPDCLI_INSTALL_CONF_FILE
|
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
|
endef
|
||||||
|
|
||||||
UPMPDCLI_POST_INSTALL_TARGET_HOOKS += UPMPDCLI_INSTALL_CONF_FILE
|
UPMPDCLI_POST_INSTALL_TARGET_HOOKS += UPMPDCLI_INSTALL_CONF_FILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user