X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-connectivity%2Fbluez-alsa%2Fbluez-alsa_git.bbappend;h=b592e822b767c02f31d56bb71c1a59c81736e458;hb=12ad591d3038db609db5290d8bbe809a34c743de;hp=bcb47888f1a85318ed480c4bfeb23da8c9be1b53;hpb=88c424f8b8c78dfc5520ea9be1866027df4735b8;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend b/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend index bcb47888f..b592e822b 100644 --- a/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend +++ b/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/bluez-alsa:" +FILESEXTRAPATHS:prepend := "${THISDIR}/bluez-alsa:" SRC_URI += "\ file://0001-utils-add-a-gstreamer-helper-application-for-interco.patch \ @@ -8,7 +8,7 @@ SRC_URI += "\ PACKAGECONFIG += "gsthelper" PACKAGECONFIG[gsthelper] = "--enable-gsthelper, --disable-gsthelper, gstreamer1.0" -do_install_append() { +do_install:append() { if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then # install the service file mkdir -p ${D}${systemd_system_unitdir}/ @@ -22,12 +22,12 @@ do_install_append() { PACKAGES =+ "${PN}-pipewire" -FILES_${PN}-pipewire = "\ +FILES:${PN}-pipewire = "\ ${bindir}/bluealsa-gst-helper \ ${systemd_system_unitdir}/bluealsa-gst-helper@.service \ ${systemd_system_unitdir}/afm-user-session@.target.wants/bluealsa-gst-helper@.service \ " -RDEPENDS_${PN}-pipewire += "\ +RDEPENDS:${PN}-pipewire += "\ bluez-alsa \ pipewire \ gstreamer1.0-plugins-base \