All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] udev: s/BR2_TOOLCHAIN_USE_THREADS/BR2_TOOLCHAIN_HAS_THREADS/
@ 2013-08-09 16:57 Spenser Gilliland
  2013-08-10 19:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Spenser Gilliland @ 2013-08-09 16:57 UTC (permalink / raw)
  To: buildroot

Bug fix.

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
---
 package/udev/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/udev/Config.in b/package/udev/Config.in
index ed32c89..dd5ad7b 100644
--- a/package/udev/Config.in
+++ b/package/udev/Config.in
@@ -32,7 +32,7 @@ config BR2_PACKAGE_UDEV_ALL_EXTRAS
 	  libacl, hwdata and libglib2
 
 comment "enabling all extras requires a toolchain with WCHAR and threading support"
-	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_USE_THREADS
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 endif
 
-- 
1.8.1.2

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

* [Buildroot] [PATCH 1/1] udev: s/BR2_TOOLCHAIN_USE_THREADS/BR2_TOOLCHAIN_HAS_THREADS/
  2013-08-09 16:57 [Buildroot] [PATCH 1/1] udev: s/BR2_TOOLCHAIN_USE_THREADS/BR2_TOOLCHAIN_HAS_THREADS/ Spenser Gilliland
@ 2013-08-10 19:26 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-08-10 19:26 UTC (permalink / raw)
  To: buildroot

Dear Spenser Gilliland,

On Fri,  9 Aug 2013 11:57:28 -0500, Spenser Gilliland wrote:
> Bug fix.
> 
> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>

Committed, thanks.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2013-08-10 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-09 16:57 [Buildroot] [PATCH 1/1] udev: s/BR2_TOOLCHAIN_USE_THREADS/BR2_TOOLCHAIN_HAS_THREADS/ Spenser Gilliland
2013-08-10 19:26 ` Thomas Petazzoni

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.