Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/at: needs uClibc or (e)glibc
@ 2015-05-04 21:52 Yann E. MORIN
  2015-05-04 22:10 ` Jörg Krause
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2015-05-04 21:52 UTC (permalink / raw)
  To: buildroot

at needs __isleap() which is (e)glibc and uClibc, but not in musl.

Fixes:
    http://autobuild.buildroot.org/results/6f2/6f25e80e8aedec91323ef9b67576b550d7abee60/
    http://autobuild.buildroot.org/results/da5/da5bb779f3077b079203fcbdb2533dd790963cd4/
    http://autobuild.buildroot.org/results/8a6/8a6ce608c6f46d08ed77049f796e98e6e10a1709/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/at/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/at/Config.in b/package/at/Config.in
index 17fabf7..e58debf 100644
--- a/package/at/Config.in
+++ b/package/at/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_AT
 	bool "at"
 	depends on BR2_USE_MMU
+	depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC
 	help
 	  At and batch read shell commands from standard input and
 	  store them as jobs to be scheduled for execution in the
@@ -8,3 +9,7 @@ config BR2_PACKAGE_AT
 
 	  at    - run the job at a specified time
 	  batch - run the job when system load levels permit
+
+comment "at needs a uClibc or (e)glibc toolchain"
+	depends on BR2_USE_MMU
+	depends on !BR2_TOOLCHAIN_USES_GLIBC && !BR2_TOOLCHAIN_USES_UCLIBC
-- 
1.9.1

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

end of thread, other threads:[~2015-05-05 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 21:52 [Buildroot] [PATCH] package/at: needs uClibc or (e)glibc Yann E. MORIN
2015-05-04 22:10 ` Jörg Krause
2015-05-05 17:59   ` Yann E. MORIN

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