[OE-core] [PATCH v2] bluez5: upgrade to 5.37

Javier Viguera javier.viguera at digi.com
Tue Jan 5 17:19:05 UTC 2016


Just a quick question regarding this:

On 05/01/16 17:34, Maxin B. John wrote:
> +PNBLACKLIST[bluez5] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez4', 'bluez5 conflicts with bluez4 and bluez4 is selected in DISTRO_FEATURES', '', d)}"

Is 'bluez4' a user's custom distro feature, because it doesn't seem to be part of the standard distro features. What poky.git at current master has is 'bluetooth' and 'bluez5' as distro features and those are used by bluetooth.bbclass to set BLUEZ variable as follows:

"" if bluetooth is not in DISTRO_FEATURES                                                                                                   
else "bluez5" if bluez5 is in DISTRO_FEATURES                                                                                               
else "bluez4"

So BLUEZ variable may be equal to 'bluez4' but an unmodified poky distro will never have 'bluez4' as distro feature.

Am I missing something obvious?

-- 
Regards,

Javier Viguera



More information about the Openembedded-core mailing list