All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] linux-zigbee: add missing comment for thread dependency
@ 2014-06-09 12:39 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2014-06-09 12:39 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1ce2382251e849d294cd6fec14a472c0f5ed669a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/linux-zigbee/Config.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/linux-zigbee/Config.in b/package/linux-zigbee/Config.in
index ef7c760..555e859 100644
--- a/package/linux-zigbee/Config.in
+++ b/package/linux-zigbee/Config.in
@@ -1,3 +1,6 @@
+comment "linux-zigbee needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_LINUX_ZIGBEE
 	bool "linux-zigbee"
 	depends on BR2_USE_MMU # fork()

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

only message in thread, other threads:[~2014-06-09 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 12:39 [Buildroot] [git commit] linux-zigbee: add missing comment for thread dependency 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.