summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-06-13 03:16:55 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-19 14:10:37 +0000
commit8724cde6d06a08955e1f2ce8e8bade3cc2ecdd18 (patch)
treea3f9e1257c12f08457addb5705336ce90b9d5225 /meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend
parent1d1e623f1f74e7cebb8e2b4608200e2e0b05b8de (diff)
meta-agl-profile-core: recipes-connectivity: bluez: add notification status
Add 'notfication' reporting for the Status property via the org.bluez.obex.Message1 interface. Bug-AGL: SPEC-2512 Upstream-Status: PENDING Change-Id: Idce51acdc6f0718f07cc2bb669c4bc71686588ee Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend')
-rw-r--r--meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend b/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend
index 1ab375645..736f18c79 100644
--- a/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend
+++ b/meta-agl-profile-core/recipes-connectivity/bluez5/bluez5_%.bbappend
@@ -1,5 +1,8 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
-SRC_URI_append = " file://bluetooth.conf"
+SRC_URI_append = " \
+ file://bluetooth.conf \
+ file://0001-obex-report-notification-status-on-incoming-message.patch \
+"
do_install_append() {
install -m 0644 ${WORKDIR}/bluetooth.conf ${D}${sysconfdir}/dbus-1/system.d/bluetooth.conf