pixiewps: add missing dependency on threads
authorGuillaume W. Bres <guillaume.bressaix@gmail.com>
Wed, 18 Apr 2018 14:33:53 +0000 (16:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 18 Apr 2018 15:14:29 +0000 (17:14 +0200)
Fixes:

  http://autobuild.buildroot.net/results/0c8d0eeb693ac29739845f489caffc2f9fa3b262/

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pixiewps/Config.in

index 97240f5c87e7a4cb9a48a44313c578e4ece8067f..05719f4211f88c00ce2b5d48cd2a1c155fd6ab42 100644 (file)
@@ -1,7 +1,11 @@
 config BR2_PACKAGE_PIXIEWPS
        bool "pixiewps"
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Pixie WPS is a C based tool to audit networks against the so
          called "Pixie Dust" attack.
 
          https://github.com/wiire-a/pixiewps/wiki
+
+comment "pixiewps needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS