[Buildroot] [git commit] hwloc: fix condition to display comment message in menuconfig

Peter Korsgaard peter at korsgaard.com
Tue May 19 18:03:42 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=08532f66b1adf471da5a49118214dd6b1b7ebc5d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The comment message shows up if the toolchain has threads instead
of not having threads.

Signed-off-by: Florent Valette <florent.valette at gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/hwloc/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/hwloc/Config.in b/package/hwloc/Config.in
index 51aef4a..1fb2302 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


More information about the buildroot mailing list