]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: fix obex packaging
authorDiego Rondini <diego.rondini@kynetics.com>
Wed, 5 Jun 2019 10:09:48 +0000 (12:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Jun 2019 23:39:26 +0000 (00:39 +0100)
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@kynetics.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5.inc

index 93d1b4d8b0a7a8f763485a5c7fe58a2da03e603d..a4c2f3a816dc76b0b2fd33da373828b621bcbe86 100644 (file)
@@ -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"