socketcand: needs toolchain with threads support
authorgilles.talis@gmail.com <gilles.talis@gmail.com>
Tue, 30 Apr 2013 13:23:50 +0000 (13:23 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 2 May 2013 21:29:11 +0000 (23:29 +0200)
Fixes:
http://autobuild.buildroot.org/results/1d35f22a25e8641106f3c070f360cf4b4a02a461

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/socketcand/Config.in

index 0d1d983a592029a189f9487005341319e72929f9..d5d02de85c5162c7946e4f6538a6b7492ef755e3 100644 (file)
@@ -1,8 +1,12 @@
 config BR2_PACKAGE_SOCKETCAND
        bool "socketcand"
        select BR2_PACKAGE_LIBCONFIG
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Socketcand is a daemon that provides access to CAN interfaces
          on a machine via a network interface.
 
          https://github.com/dschanoeh/socketcand
+
+comment "socketcand requires a toolchain with threads support"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS