[oe-commits] [openembedded-core] 01/02: bluez5: fix obex packaging

git at git.openembedded.org git at git.openembedded.org
Wed Jun 5 18:31:50 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 52e2a6f6f729bb46544ec03523b5163a5dd5c222
Author: Diego Rondini <diego.rondini at kynetics.com>
AuthorDate: Wed Jun 5 12:09:48 2019 +0200

    bluez5: fix obex packaging
    
    Ship some obex files in the appropriate obex package. This fixes boot
    error:
    [FAILED] Failed to start Bluetooth OBEX service.
    that was caused by the obex.service being shipped in the main package,
    rather than the -obex (that includes obexd).
    
    Signed-off-by: Diego Rondini <diego.rondini at kynetics.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/bluez5/bluez5.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 93d1b4d..a4c2f3a 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -119,7 +119,10 @@ FILES_${PN}-dev += " \
 
 FILES_${PN}-obex = "${libexecdir}/bluetooth/obexd \
                     ${exec_prefix}/lib/systemd/user/obex.service \
+                    ${systemd_system_unitdir}/obex.service \
+                    ${sysconfdir}/systemd/system/multi-user.target.wants/obex.service \
                     ${datadir}/dbus-1/services/org.bluez.obex.service \
+                    ${sysconfdir}/dbus-1/system.d/obexd.conf \
                    "
 SYSTEMD_SERVICE_${PN}-obex = "obex.service"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list