X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-core%2Frecipes-connectivity%2Fbluez5%2Fbluez5_%25.bbappend;h=36fb315172ba9e2c8530fae31f9e38fec0350ccf;hb=0fef47773d2eb4970e51df3cae0b07bf0d60536b;hp=1ab375645fd71bab40403f11ac30827fe2b28835;hpb=1d1e623f1f74e7cebb8e2b4608200e2e0b05b8de;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend b/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend index 1ab375645..36fb31517 100644 --- a/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend @@ -1,10 +1,18 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append = " file://bluetooth.conf" +SRC_URI_append = " \ + file://bluetooth.conf \ + file://tmpdir.conf \ + file://0001-obex-report-notification-status-on-incoming-message.patch \ +" + +FILES_${PN} += "${systemd_user_unitdir}/obex.service.d/tmpdir.conf" 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 + mkdir -p ${D}${systemd_user_unitdir}/obex.service.d + install -m 0644 ${WORKDIR}/tmpdir.conf ${D}${systemd_user_unitdir}/obex.service.d/tmpdir.conf mkdir -p ${D}/etc/systemd/user ln -sf ${systemd_user_unitdir}/obex.service ${D}/etc/systemd/user/dbus-org.bluez.obex.service fi