mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
bluez5: Force obex.service in /usr/lib
Upstream bluez installs the obex.service file into /usr/lib regardless of the multilib settings as does the current systemd recipe. Make sure it gets packaged properly. (From OE-Core rev: 8b66eccc05a62f1e2267c1bdf1086d8328bb962c) Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6467fb38f4
commit
9713dcc717
@@ -56,7 +56,7 @@ FILES_${PN}-dev += "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-obex = "${libdir}/bluez5/bluetooth/obexd \
|
FILES_${PN}-obex = "${libdir}/bluez5/bluetooth/obexd \
|
||||||
${libdir}/systemd/user/obex.service \
|
${exec_prefix}/lib/systemd/user/obex.service \
|
||||||
${datadir}/dbus-1/services/org.bluez.obex.service \
|
${datadir}/dbus-1/services/org.bluez.obex.service \
|
||||||
"
|
"
|
||||||
SYSTEMD_SERVICE_${PN}-obex = "obex.service"
|
SYSTEMD_SERVICE_${PN}-obex = "obex.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user