hwloc: fix condition to display comment message in menuconfig
authorflorent valette <florent.valette@gmail.com>
Sun, 17 May 2015 08:52:04 +0000 (10:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 19 May 2015 18:03:42 +0000 (20:03 +0200)
The comment message shows up if the toolchain has threads instead
of not having threads.

Signed-off-by: Florent Valette <florent.valette@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/hwloc/Config.in

index 51aef4a0e0eef5988bbe7d8040461b08385df845..1fb23027bb4d2c3debffe9232591f1cb3bcc0c68 100644 (file)
@@ -12,4 +12,4 @@ config BR2_PACKAGE_HWLOC
          http://www.open-mpi.org/projects/hwloc/
 
 comment "hwloc needs a toolchain w/ threads"
-       depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_TOOLCHAIN_HAS_THREADS