faifa: needs threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 22 Jun 2014 12:27:45 +0000 (09:27 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Jun 2014 17:04:40 +0000 (19:04 +0200)
Fixes:
http://autobuild.buildroot.net/results/a93/a93395c656169e0f08f471f12bc05f29c9ea2976/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/faifa/Config.in

index 2acd5057791c22a6cc8421d2496992bed12ce4c7..23133b7a12d43a845183908faf9e0d20a2661de0 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_FAIFA
        bool "faifa"
        select BR2_PACKAGE_LIBPCAP
        depends on !BR2_PREFER_STATIC_LIB
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Faifa can configure any Intellon-based Power Line
          Communication device using Intellon INT5000 and INT6000
@@ -11,5 +12,5 @@ config BR2_PACKAGE_FAIFA
 
          https://dev.open-plc.org
 
-comment "faifa needs a toolchain w/ dynamic library"
-       depends on BR2_PREFER_STATIC_LIB
+comment "faifa needs a toolchain w/ dynamic library, threads"
+       depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HAS_THREADS