summaryrefslogtreecommitdiff
path: root/package/hwloc
diff options
context:
space:
mode:
authorflorent valette <florent.valette@gmail.com>2015-05-17 10:52:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-05-19 20:03:42 +0200
commit08532f66b1adf471da5a49118214dd6b1b7ebc5d (patch)
treefddb69879af0325eac66c4bf7b215aa2071c20e5 /package/hwloc
parentdb989f89c9fb1ebc3997d8a3c517948392611d77 (diff)
hwloc: fix condition to display comment message in menuconfig
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>
Diffstat (limited to 'package/hwloc')
-rw-r--r--package/hwloc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hwloc/Config.in b/package/hwloc/Config.in
index 51aef4a0e..1fb23027b 100644
--- a/package/hwloc/Config.in
+++ b/package/hwloc/Config.in
@@ -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