All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/uftp: needs MMU, threads and wchar
@ 2019-03-19 20:46 Fabrice Fontaine
  2019-03-19 20:46 ` [Buildroot] [PATCH 2/3] package/uftp: fix openssl static linking Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2019-03-19 20:46 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/47dd067dfdcaae99d50216f59ea6af115d8f1e1e

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

diff --git a/package/uftp/Config.in b/package/uftp/Config.in
index b6a8961628..ca6e5f9a05 100644
--- a/package/uftp/Config.in
+++ b/package/uftp/Config.in
@@ -1,7 +1,14 @@
 config BR2_PACKAGE_UFTP
 	bool "uftp"
+	depends on BR2_USE_MMU # fork()
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_OPENSSL
 	help
 	  Encrypted UDP based FTP with multicast.
 
 	  http://uftp-multicast.sourceforge.net/
+
+comment "uftp needs a toolchain w/ threads, wchar"
+	depends on BR2_USE_MMU
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
-- 
2.14.1

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

end of thread, other threads:[~2019-03-19 21:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-19 20:46 [Buildroot] [PATCH 1/3] package/uftp: needs MMU, threads and wchar Fabrice Fontaine
2019-03-19 20:46 ` [Buildroot] [PATCH 2/3] package/uftp: fix openssl static linking Fabrice Fontaine
2019-03-19 20:59   ` Thomas Petazzoni
2019-03-19 20:46 ` [Buildroot] [PATCH 3/3] package/uftp: openssl is optional, not mandatory Fabrice Fontaine
2019-03-19 21:04 ` [Buildroot] [PATCH 1/3] package/uftp: needs MMU, threads and wchar 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.