atest: wordexp is enabled in uClibc now
authorWaldemar Brodkorb <wbx@openadk.org>
Sun, 30 Apr 2017 08:40:43 +0000 (10:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 1 May 2017 07:14:22 +0000 (09:14 +0200)
Package can now be used for uClibc toolchains.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/atest/Config.in

index 1b357bb6507ddd2b3e34fdb166dade0b6b7190df..9a2e342a1eaf44420abd324d23b79e7cd18d3653 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_ATEST
        bool "atest"
-       depends on !BR2_TOOLCHAIN_USES_UCLIBC # uclibc lacks wordexp
        depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
        depends on !BR2_bfin # libev
        select BR2_PACKAGE_ALSA_LIB
@@ -11,6 +10,6 @@ config BR2_PACKAGE_ATEST
 
          https://github.com/amouiche/atest
 
-comment "atest needs a glibc or musl toolchain w/ threads"
+comment "atest needs a toolchain w/ threads"
        depends on !BR2_bfin
-       depends on BR2_TOOLCHAIN_USES_UCLIBC || !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_TOOLCHAIN_HAS_THREADS