summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-30 10:40:43 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 09:14:22 +0200
commit7476fa6b26c5f9711d9418f10663154fbd003b93 (patch)
tree21488121bfc5ce31c81585855371dde36e3f9ffd
parent2480b2e125b6108dac8e7c5fcec8a543ca1b9058 (diff)
downloadbuildroot-7476fa6b26c5f9711d9418f10663154fbd003b93.tar.gz
buildroot-7476fa6b26c5f9711d9418f10663154fbd003b93.zip
atest: wordexp is enabled in uClibc now
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>
-rw-r--r--package/atest/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/atest/Config.in b/package/atest/Config.in
index 1b357bb650..9a2e342a1e 100644
--- a/package/atest/Config.in
+++ b/package/atest/Config.in
@@ -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
OpenPOWER on IntegriCloud