ofono: fixup build-time dependencies string
[AGL/meta-agl.git] / meta-agl / recipes-connectivity / ofono / ofono_%.bbappend
index 6bf3236..ab25a74 100644 (file)
@@ -3,4 +3,4 @@ DEPENDS_remove = "bluez4"
 
 # If Bluetooth is asked in DISTRO_FEATURES, verify if Bluez 5 is also
 # explicitly specified. If it is not, fall back to BlueZ 4
-DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5', 'bluez4', d), '', d)}"
+DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5', 'bluez4', d), '', d)}"