mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
gpsd: needs threads
Fixes http://autobuild.buildroot.net/results/05925389ac2531307f23bf5f5f3a83a5a97301bf/ [Peter: move above BR2_PACKAGE_GPSD] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
45eda5a15c
commit
4f3a4c9631
@ -1,7 +1,11 @@
|
|||||||
|
comment "gpsd needs a toolchain with thread support"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
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
|
||||||
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user