can-festival: disable on musl
authorArnout Vandecappelle <arnout@mind.be>
Sat, 27 Feb 2016 21:32:32 +0000 (22:32 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 27 Feb 2016 22:27:06 +0000 (23:27 +0100)
Previous attempts to fix it failed [1], so disable it instead.

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

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/canfestival/Config.in

index 7c7b370de01298ff7311168ba517b1bcbffb5bd7..4e734964aafb74647f3e855d96b9b1d2890d81d8 100644 (file)
@@ -2,13 +2,16 @@ config BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS
        bool
        default y if BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_arm
 
-comment "canfestival needs a toolchain w/ threads and dynamic library"
+comment "canfestival needs a (e)glibc or uClibc toolchain w/ threads and dynamic library"
        depends on BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS
-       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
+       depends on BR2_TOOLCHAIN_USES_MUSL || \
+               !BR2_TOOLCHAIN_HAS_THREADS || \
+               BR2_STATIC_LIBS
 
 config BR2_PACKAGE_CANFESTIVAL
        bool "canfestival"
        depends on BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS
+       depends on !BR2_TOOLCHAIN_USES_MUSL
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on !BR2_STATIC_LIBS
        help