* [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* [Buildroot] [PATCH] package/at: needs uClibc or (e)glibc
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
0 siblings, 1 reply; 3+ messages in thread
From: Jörg Krause @ 2015-05-04 22:10 UTC (permalink / raw)
To: buildroot
Hi Yann,
On Mo, 2015-05-04 at 23:52 +0200, Yann E. MORIN wrote:
> at needs __isleap() which is (e)glibc and uClibc, but not in musl.
>
There is a patch on Open Embeddeds Patchwork for this issue:
http://patchwork.openembedded.org/patch/91893/
Best regards
J?rg Krause
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/at: needs uClibc or (e)glibc
2015-05-04 22:10 ` Jörg Krause
@ 2015-05-05 17:59 ` Yann E. MORIN
0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2015-05-05 17:59 UTC (permalink / raw)
To: buildroot
J?rg, All,
On 2015-05-05 00:10 +0200, J?rg Krause spake thusly:
> On Mo, 2015-05-04 at 23:52 +0200, Yann E. MORIN wrote:
> > at needs __isleap() which is (e)glibc and uClibc, but not in musl.
> >
>
> There is a patch on Open Embeddeds Patchwork for this issue:
> http://patchwork.openembedded.org/patch/91893/
I've just sent a v2 to use that patch. Thanks! :-)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [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