From: Manuel Bachmann Date: Tue, 12 Jan 2016 09:59:24 +0000 (+0000) Subject: pulseaudio: fixup build-time dependencies string X-Git-Tag: 2.0.0~89 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=commitdiff_plain;h=f44831e7cce334ec6455bf1a87cd82bfcdc08b27 pulseaudio: fixup build-time dependencies string Fixup a missing space in the generated DEPENDS_append Change-Id: Iceafb8528eda6446d5b9b6d23c0c1b8e816ef63d Signed-off-by: Manuel Bachmann --- diff --git a/meta-agl/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/meta-agl/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend index 2d9f558e9..fd7b84986 100644 --- a/meta-agl/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend +++ b/meta-agl/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend @@ -3,4 +3,4 @@ PACKAGECONFIG_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 -PACKAGECONFIG_append = "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5', 'bluez4', d), '', d)}" +PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5', 'bluez4', d), '', d)}"