All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] acpica: needs threads
@ 2016-07-10 17:43 Erico Nunes
  2016-07-10 16:56 ` Yann E. MORIN
  2016-07-11 21:05 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Erico Nunes @ 2016-07-10 17:43 UTC (permalink / raw)
  To: buildroot

Fixes:
  http://autobuild.buildroot.net/results/53e/53e38f278ad6d1a7d0a48bce74976f59475b1a99/
  http://autobuild.buildroot.net/results/a7c/a7cc6187451f944e6846d3f6b5cd3aac700796dd/

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
---
 package/acpica/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/acpica/Config.in b/package/acpica/Config.in
index 74d1f26..c5ffb00 100644
--- a/package/acpica/Config.in
+++ b/package/acpica/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ACPICA
 	bool "acpica"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  The ACPI Component Architecture (ACPICA) project provides an
 	  operating system (OS)-independent reference implementation
@@ -7,3 +8,6 @@ config BR2_PACKAGE_ACPICA
 	  Specification (ACPI).
 
 	  https://www.acpica.org
+
+comment "acpica needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.9.0

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

end of thread, other threads:[~2016-07-11 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 17:43 [Buildroot] [PATCH 1/1] acpica: needs threads Erico Nunes
2016-07-10 16:56 ` Yann E. MORIN
2016-07-11 21:05 ` 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.