From 08532f66b1adf471da5a49118214dd6b1b7ebc5d Mon Sep 17 00:00:00 2001 From: florent valette Date: Sun, 17 May 2015 10:52:04 +0200 Subject: [PATCH] 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 Reviewed-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/hwloc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hwloc/Config.in b/package/hwloc/Config.in index 51aef4a0e0..1fb23027bb 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