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:
Drew Moseley
2014-06-12 14:26:13 -04:00
committed by Richard Purdie
parent 6467fb38f4
commit 9713dcc717

View File

@@ -56,7 +56,7 @@ FILES_${PN}-dev += "\
"
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 \
"
SYSTEMD_SERVICE_${PN}-obex = "obex.service"