summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-08 17:36:46 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-05-08 21:05:46 +0200
commit4b86df7fae3bbebcd4eee7710b5c7710f96f769f (patch)
tree455f02998b8b1346a39aa20266d483a63215b8ad
parent7bd9b55feac8e951fe0d8526ab6cdefae5303c13 (diff)
downloadbuildroot-4b86df7fae3bbebcd4eee7710b5c7710f96f769f.tar.gz
buildroot-4b86df7fae3bbebcd4eee7710b5c7710f96f769f.zip
package/bluez5_utils: wordexp is enabled in uClibc now
Package can now be used for uClibc toolchains. Tested using this defconfig: BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_PACKAGE_BLUEZ5_UTILS=y BR2_PACKAGE_BLUEZ5_UTILS_CLIENT=y BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED=y BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL=y BR2_PACKAGE_BLUEZ5_PLUGINS_HEALTH=y BR2_PACKAGE_BLUEZ5_PLUGINS_MIDI=y BR2_PACKAGE_BLUEZ5_PLUGINS_NFC=y BR2_PACKAGE_BLUEZ5_PLUGINS_SAP=y BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS=y BR2_PACKAGE_BLUEZ5_UTILS_TEST=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/bluez5_utils/Config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in
index bdb6682c16..c09e197d3d 100644
--- a/package/bluez5_utils/Config.in
+++ b/package/bluez5_utils/Config.in
@@ -39,15 +39,10 @@ comment "OBEX support needs a toolchain w/ C++"
config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
bool "build CLI client"
- # wordexp support not in our uClibc configuration
- depends on !BR2_TOOLCHAIN_USES_UCLIBC
select BR2_PACKAGE_READLINE
help
Enable the Bluez 5.x command line client.
-comment "bluez5-utils client needs a glibc or musl toolchain"
- depends on BR2_TOOLCHAIN_USES_UCLIBC
-
config BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
bool "install deprecated tool"
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
OpenPOWER on IntegriCloud