Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
config BR2_PACKAGE_UPMPDCLI
|
||||
bool "upmpdcli"
|
||||
select BR2_PACKAGE_LIBMPDCLIENT
|
||||
select BR2_PACKAGE_LIBUPNPP
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnpp -> libupnp
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|
||||
# libupnpp triggers the _gp link issue
|
||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
||||
select BR2_PACKAGE_LIBMPDCLIENT
|
||||
select BR2_PACKAGE_LIBUPNPP
|
||||
help
|
||||
upmpdcli is a UPnP Media Renderer front-end for MPD, the Music
|
||||
Player Daemon. It supports UPnP gapless track transitions and
|
||||
@@ -15,5 +14,5 @@ config BR2_PACKAGE_UPMPDCLI
|
||||
http://www.lesbonscomptes.com/upmpdcli/
|
||||
|
||||
comment "upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6"
|
||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-0.13.1.tar.gz.sha256
|
||||
sha256 86f964e49b0288a4d660aa4ad83576d83aad7c354df67d3aa8e324e8912876e0 upmpdcli-0.13.1.tar.gz
|
||||
# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-1.1.3.tar.gz.sha256
|
||||
sha256 2df3e6593f18c097b6247fb8da919b94701bf083b219056b006d68e6dcef75b5 upmpdcli-1.1.3.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UPMPDCLI_VERSION = 0.13.1
|
||||
UPMPDCLI_VERSION = 1.1.3
|
||||
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
||||
UPMPDCLI_LICENSE = GPLv2+
|
||||
UPMPDCLI_LICENSE_FILES = COPYING
|
||||
@@ -40,7 +40,7 @@ define UPMPDCLI_INSTALL_INIT_SYSTEMD
|
||||
endef
|
||||
|
||||
define UPMPDCLI_INSTALL_CONF_FILE
|
||||
$(INSTALL) -D -m 0755 $(@D)/src/upmpdcli.conf $(TARGET_DIR)/etc/upmpdcli.conf
|
||||
$(INSTALL) -D -m 0755 $(@D)/src/upmpdcli.conf-dist $(TARGET_DIR)/etc/upmpdcli.conf
|
||||
endef
|
||||
|
||||
UPMPDCLI_POST_INSTALL_TARGET_HOOKS += UPMPDCLI_INSTALL_CONF_FILE
|
||||
|
||||
Reference in New Issue
Block a user