[Buildroot] [PATCH v2] Revert "bluez5_utils: not available with uClibc"

Andy Shevchenko andriy.shevchenko at linux.intel.com
Tue Mar 21 16:02:37 UTC 2017


Since uClibc supports wordexp functionality we may revert
the commit d7c54cb0c0cf.

Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
---
 package/bluez5_utils/Config.in | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in
index e99f0f69f..315747592 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 "build deprecated tools"
 	help
-- 
2.11.0



More information about the buildroot mailing list