|
@@ -1,12 +1,15 @@
|
|
comment "gpsd needs a toolchain w/ threads"
|
|
comment "gpsd needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ depends on !BR2_microblaze
|
|
|
|
|
|
config BR2_PACKAGE_GPSD
|
|
config BR2_PACKAGE_GPSD
|
|
bool "gpsd"
|
|
bool "gpsd"
|
|
# Uses fork()
|
|
# Uses fork()
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ # triggers gcc ice
|
|
|
|
+ depends on !BR2_microblaze
|
|
help
|
|
help
|
|
gpsd is a service daemon that monitors one or more GPSes or AIS
|
|
gpsd is a service daemon that monitors one or more GPSes or AIS
|
|
receivers attached to a host computer through serial or USB ports,
|
|
receivers attached to a host computer through serial or USB ports,
|