All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] hwloc: fix condition to display comment message in menuconfig
@ 2015-05-19 18:03 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2015-05-19 18:03 UTC (permalink / raw)
  To: buildroot

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@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-19 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-19 18:03 [Buildroot] [git commit] hwloc: fix condition to display comment message in menuconfig Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.