[Buildroot] [PATCH v2 2/2] qt5connectivity: add bluez5_utils option for QtBluetooth submodule

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jun 3 17:52:53 UTC 2016


Hello,

On Tue, 19 Apr 2016 13:43:54 +0200, Julien Corjon wrote:
>  ifeq ($(BR2_PACKAGE_QT5DECLARATIVE_QUICK),y)
> -ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
> +ifneq (,$(filter y,$(BR2_PACKAGE_BLUEZ_UTILS) $(BR2_PACKAGE_BLUEZ5_UTILS)))

I've changed that to:

ifneq ($(BR2_PACKAGE_BLUEZ_UTILS)$(BR2_PACKAGE_BLUEZ5_UTILS),)

which I believe is simpler.

And then I've applied.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list