mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9f005f0539
commit
2b8d484f96
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user