diff options
author | Diego Rondini <diego.rondini@kynetics.com> | 2019-06-05 12:09:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-06 00:40:08 +0100 |
commit | 2b8d484f9623b9e998d642cff44c09dcf4a0b2b8 (patch) | |
tree | 6e065db8cea1be0962a1d42e81455ddeb8399014 /meta | |
parent | 9f005f0539b53fe9f5516ed9aa26d8d5d95736ee (diff) | |
download | poky-2b8d484f9623b9e998d642cff44c09dcf4a0b2b8.tar.gz |
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).
(From OE-Core rev: bc9f5f4c107ea34171aad3245a49b25b671d8679)
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 93d1b4d8b0..a4c2f3a816 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -119,7 +119,10 @@ FILES_${PN}-dev += " \ | |||
119 | 119 | ||
120 | FILES_${PN}-obex = "${libexecdir}/bluetooth/obexd \ | 120 | FILES_${PN}-obex = "${libexecdir}/bluetooth/obexd \ |
121 | ${exec_prefix}/lib/systemd/user/obex.service \ | 121 | ${exec_prefix}/lib/systemd/user/obex.service \ |
122 | ${systemd_system_unitdir}/obex.service \ | ||
123 | ${sysconfdir}/systemd/system/multi-user.target.wants/obex.service \ | ||
122 | ${datadir}/dbus-1/services/org.bluez.obex.service \ | 124 | ${datadir}/dbus-1/services/org.bluez.obex.service \ |
125 | ${sysconfdir}/dbus-1/system.d/obexd.conf \ | ||
123 | " | 126 | " |
124 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" | 127 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" |
125 | 128 | ||