From: Gustavo Zacarias Date: Fri, 14 Dec 2012 00:25:11 +0000 (+0000) Subject: gpsd: needs threads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f3a4c96312e27ca82f6c26a0179536a11594b95;p=buildroot.git gpsd: needs threads Fixes http://autobuild.buildroot.net/results/05925389ac2531307f23bf5f5f3a83a5a97301bf/ [Peter: move above BR2_PACKAGE_GPSD] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index 69f63f9ea7..b26cf0744b 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -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,