From bc9f5f4c107ea34171aad3245a49b25b671d8679 Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Wed, 5 Jun 2019 12:09:48 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez5/bluez5.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-connectivity/bluez5') 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 += " \ 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" -- cgit 1.2.3-korg