Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libubootenv: needs threads
@ 2019-06-03 19:59 Fabrice Fontaine
  2019-06-03 20:11 ` Pierre-Jean Texier
  2019-06-04  7:07 ` Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2019-06-03 19:59 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/813e8951530c093f46b38bf8c3b467ab6535c95b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libubootenv/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libubootenv/Config.in b/package/libubootenv/Config.in
index 9be52c4522..016497abbb 100644
--- a/package/libubootenv/Config.in
+++ b/package/libubootenv/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBUBOOTENV
 	bool "libubootenv"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_ZLIB
 	help
 	  libubootenv is a library that provides a hardware independent
@@ -9,3 +10,6 @@ config BR2_PACKAGE_LIBUBOOTENV
 	  new tools build from the library and not from U-Boot.
 
 	  https://github.com/sbabic/libubootenv/
+
+comment "libubootenv needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.14.1

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

end of thread, other threads:[~2019-06-04 12:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-03 19:59 [Buildroot] [PATCH 1/1] package/libubootenv: needs threads Fabrice Fontaine
2019-06-03 20:11 ` Pierre-Jean Texier
2019-06-04  7:07 ` Thomas Petazzoni
2019-06-04 12:03   ` Pierre-Jean Texier
2019-06-04 12:24     ` Fabrice Fontaine
2019-06-04 12:27       ` Pierre-Jean Texier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox