X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-connectivity%2Fbluez5%2Fbluez5_agldemo.inc;h=588e6302bf3994c00c59722484e8ae6866a82359;hb=12ad591d3038db609db5290d8bbe809a34c743de;hp=0e9cd62c1144e6be2e015f5d3dada4dc7b5cfb78;hpb=88c424f8b8c78dfc5520ea9be1866027df4735b8;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-connectivity/bluez5/bluez5_agldemo.inc b/recipes-connectivity/bluez5/bluez5_agldemo.inc index 0e9cd62c1..588e6302b 100644 --- a/recipes-connectivity/bluez5/bluez5_agldemo.inc +++ b/recipes-connectivity/bluez5/bluez5_agldemo.inc @@ -1,14 +1,14 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/bluez5:" -SRC_URI_append = " \ +FILESEXTRAPATHS:prepend := "${THISDIR}/bluez5:" +SRC_URI:append = " \ file://bluetooth.conf \ file://tmpdir.conf \ file://obex.service \ file://bluetooth.service \ " -FILES_${PN}_append = " ${systemd_user_unitdir}/obex.service.d/tmpdir.conf" +FILES:${PN}:append = " ${systemd_user_unitdir}/obex.service.d/tmpdir.conf" -do_install_append() { +do_install:append() { install -m 0644 ${WORKDIR}/bluetooth.conf ${D}${sysconfdir}/dbus-1/system.d/bluetooth.conf if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then