gpsd: needs threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 14 Dec 2012 00:25:11 +0000 (00:25 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 14 Dec 2012 10:36:04 +0000 (11:36 +0100)
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>
package/gpsd/Config.in

index 69f63f9ea74496c750105af7a11511c74e7ae7bd..b26cf0744be49829823ef35ae1b5abe907886e0a 100644 (file)
@@ -1,7 +1,11 @@
+comment "gpsd needs a toolchain with thread support"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_GPSD
        bool "gpsd"
        # Uses fork()
        depends on BR2_USE_MMU
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        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,