All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] canfestival: comment on musl disable
@ 2016-11-17  8:18 Baruch Siach
  2016-11-22  9:41 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2016-11-17  8:18 UTC (permalink / raw)
  To: buildroot

Based on commit 4d00a4058b9e5 (can-festival: disable on musl) and a previous
fix attempt[1], add a comment explaining why build with musl is disabled.

[1] http://patchwork.ozlabs.org/patch/509731/

Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/canfestival/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/canfestival/Config.in b/package/canfestival/Config.in
index 5522afe54f03..ca949565f5a0 100644
--- a/package/canfestival/Config.in
+++ b/package/canfestival/Config.in
@@ -11,7 +11,7 @@ comment "canfestival needs a glibc or uClibc toolchain w/ threads and dynamic li
 config BR2_PACKAGE_CANFESTIVAL
 	bool "canfestival"
 	depends on BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS
-	depends on !BR2_TOOLCHAIN_USES_MUSL
+	depends on !BR2_TOOLCHAIN_USES_MUSL # sigval_t
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on !BR2_STATIC_LIBS
 	help
-- 
2.10.2

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

* [Buildroot] [PATCH] canfestival: comment on musl disable
  2016-11-17  8:18 [Buildroot] [PATCH] canfestival: comment on musl disable Baruch Siach
@ 2016-11-22  9:41 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-22  9:41 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 17 Nov 2016 10:18:29 +0200, Baruch Siach wrote:
> Based on commit 4d00a4058b9e5 (can-festival: disable on musl) and a previous
> fix attempt[1], add a comment explaining why build with musl is disabled.
> 
> [1] http://patchwork.ozlabs.org/patch/509731/
> 
> Cc: Arnout Vandecappelle <arnout@mind.be>
> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/canfestival/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-11-22  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17  8:18 [Buildroot] [PATCH] canfestival: comment on musl disable Baruch Siach
2016-11-22  9:41 ` 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.