All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] hwloc: fix condition to display comment message in menuconfig
@ 2015-05-17  8:52 Florent Valette
  2015-05-17 10:57 ` Thomas Petazzoni
  2015-05-19 18:04 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Florent Valette @ 2015-05-17  8:52 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Florent Valette <florent.valette@gmail.com>
---
 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 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] hwloc: fix condition to display comment message in menuconfig
  2015-05-17  8:52 [Buildroot] [PATCH 1/1] hwloc: fix condition to display comment message in menuconfig Florent Valette
@ 2015-05-17 10:57 ` Thomas Petazzoni
  2015-05-19 18:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-05-17 10:57 UTC (permalink / raw)
  To: buildroot

Dear Florent Valette,

On Sun, 17 May 2015 10:52:04 +0200, Florent Valette wrote:
> 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>
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] hwloc: fix condition to display comment message in menuconfig
  2015-05-17  8:52 [Buildroot] [PATCH 1/1] hwloc: fix condition to display comment message in menuconfig Florent Valette
  2015-05-17 10:57 ` Thomas Petazzoni
@ 2015-05-19 18:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2015-05-19 18:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Florent" == Florent Valette <florent.valette@gmail.com> writes:

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

 > Signed-off-by: Florent Valette <florent.valette@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-19 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-17  8:52 [Buildroot] [PATCH 1/1] hwloc: fix condition to display comment message in menuconfig Florent Valette
2015-05-17 10:57 ` Thomas Petazzoni
2015-05-19 18:04 ` 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.