Provide automatic DHCP configuration for Ethernet adapters
[AGL/meta-agl.git] / meta-agl / recipes-navi-lbs / gpsd / gpsd_%.bbappend
1 # If Bluetooth is asked in DISTRO_FEATURES, verify if Bluez 5 is also
2 # explicitly specified. If it is not, fall back to BlueZ 4
3 BLUEZ_CONFIG = "bluez='true',bluez='false',${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5', 'bluez4', d), '', d)}"
4 PACKAGECONFIG[bluez] := "${BLUEZ_CONFIG}"