summaryrefslogtreecommitdiffstats
path: root/package/gpsd
diff options
context:
space:
mode:
authorRyan Barnett <ryanbarnett3@gmail.com>2014-02-06 23:56:57 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-08 22:53:41 +0100
commitd517415bcda380336f4a27bf248cef4d81791c9e (patch)
treedc24454d40f915938848f60ed5cdd60332a9c06a /package/gpsd
parent262a4c0bf7fb64d632ae6d40c22a62380c0af65f (diff)
downloadbuildroot-d517415bcda380336f4a27bf248cef4d81791c9e.tar.gz
buildroot-d517415bcda380336f4a27bf248cef4d81791c9e.zip
gpsd: disable for microblaze arch
gpsd will fail on an internal compiler error for the microblaze architecture so disabling it on that architecture. Fixes: http://autobuild.buildroot.org/results/42d/42da870722f24e4202d8265597771a0449e74cfd [Peter: add comment explaining why] Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gpsd')
-rw-r--r--package/gpsd/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index 5954e7701a..00a8a13eac 100644
--- a/package/gpsd/Config.in
+++ b/package/gpsd/Config.in
@@ -1,12 +1,15 @@
comment "gpsd needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_microblaze
config BR2_PACKAGE_GPSD
bool "gpsd"
# Uses fork()
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_HAS_THREADS
+ # triggers gcc ice
+ depends on !BR2_microblaze
help
gpsd is a service daemon that monitors one or more GPSes or AIS
receivers attached to a host computer through serial or USB ports,
OpenPOWER on IntegriCloud