mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/upmpdcli: bump to version 0.8.3
Since version 0.8.2 upmpdcli builds with gcc >= 4.5. This allows compilation with the CodeSourcery toolchain versions 2011.03 and 2010.09 for the PowerPC architecture. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
61446d3d15
commit
c706ae2117
@ -6,8 +6,6 @@ config BR2_PACKAGE_UPMPDCLI
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_LARGEFILE # libupnp
|
depends on BR2_LARGEFILE # libupnp
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 # Too old gcc
|
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 # Ditto
|
|
||||||
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,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
UPMPDCLI_VERSION = 0.8.2
|
UPMPDCLI_VERSION = 0.8.3
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user