[Buildroot] [PATCH v2] package/bluez5_utils: Allow user to enable disabled plugins

Peter Korsgaard peter at korsgaard.com
Tue Mar 21 17:01:09 UTC 2017


>>>>> "Andy" == Andy Shevchenko <andriy.shevchenko at linux.intel.com> writes:

 > Disregard to increase just minor version BlueZ 5.44 is drastically different in
 > a way what tools and plugins are enabled and installed by default.

 > Extend Buildroot package to cover these changes.

 > Cc: Bernd Kuhls <bernd.kuhls at t-online.de>
 > Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
 > ---
 >  package/bluez5_utils/Config.in       | 28 +++++++++++++++++++++++++++-
 >  package/bluez5_utils/bluez5_utils.mk | 36 ++++++++++++++++++++++++++++++++++++
 >  2 files changed, 63 insertions(+), 1 deletion(-)

 > diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in
 > index a7c0ee4ba..e99f0f69f 100644
 > --- a/package/bluez5_utils/Config.in
 > +++ b/package/bluez5_utils/Config.in
 > @@ -48,6 +48,11 @@ config BR2_PACKAGE_BLUEZ5_UTILS_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
 > +	  Build BlueZ 5.x deprecated tools (hciattach, gatttool, ...).
 > +
 >  config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
 >  	bool "install GATT tool"
 >  	depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT

Then _UTILS_GATTTOOL should depend on _UTILS_DEPRECATED. Or perhaps it
doesn't make sense to have a dedicated option for this and it should
just be automatically installed when deprecated is enabled.

It would also be good to add the autobuilder failures:

http://autobuild.buildroot.net/?reason=bluez5_utils-5.44

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list