summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-connectivity/bluez5/bluez5_appfw.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-app-framework/recipes-connectivity/bluez5/bluez5_appfw.inc')
-rw-r--r--meta-app-framework/recipes-connectivity/bluez5/bluez5_appfw.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-app-framework/recipes-connectivity/bluez5/bluez5_appfw.inc b/meta-app-framework/recipes-connectivity/bluez5/bluez5_appfw.inc
index 21529e96b..7b74de980 100644
--- a/meta-app-framework/recipes-connectivity/bluez5/bluez5_appfw.inc
+++ b/meta-app-framework/recipes-connectivity/bluez5/bluez5_appfw.inc
@@ -42,14 +42,14 @@
# The related patch has been submitted to upstream too.
# upstream link: http://permalink.gmane.org/gmane.linux.bluez.kernel/67993
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
-SRC_URI_append_with-lsm-smack = "\
+SRC_URI:append:with-lsm-smack = "\
file://bluetooth.service.conf \
"
-FILES_${PN}_append = " ${systemd_unitdir}"
+FILES:${PN}:append = " ${systemd_unitdir}"
-do_install_append_with-lsm-smack() {
+do_install:append:with-lsm-smack() {
install -Dm0644 ${WORKDIR}/bluetooth.service.conf ${D}${systemd_unitdir}/system/bluetooth.service.d/smack.conf
}