summaryrefslogtreecommitdiffstats
path: root/package/upmpdcli
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-03-05 17:04:19 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-05 19:11:29 +0100
commitf844ac4e67ef7fa87482064015c71030ab53c47a (patch)
tree84bfc9ae103118d44fc01401f340c5073d432f17 /package/upmpdcli
parent53b94db4d8cc46ab22699ca25f3d52364cad2fe9 (diff)
downloadbuildroot-f844ac4e67ef7fa87482064015c71030ab53c47a.tar.gz
buildroot-f844ac4e67ef7fa87482064015c71030ab53c47a.zip
package: remove _gp issue workaround for Codesourcery nios2 toolchain
The _gp link issue has been fixed in CS nios2 2015.11. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/upmpdcli')
-rw-r--r--package/upmpdcli/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/upmpdcli/Config.in b/package/upmpdcli/Config.in
index 1502095311..32182050dc 100644
--- a/package/upmpdcli/Config.in
+++ b/package/upmpdcli/Config.in
@@ -5,8 +5,6 @@ config BR2_PACKAGE_UPMPDCLI
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
help
upmpdcli is a UPnP Media Renderer front-end for MPD, the Music
Player Daemon. It supports UPnP gapless track transitions and
@@ -15,5 +13,4 @@ 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_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
OpenPOWER on IntegriCloud