[OE-core] [PATCH] bluez5: Force obex.service in /usr/lib

Drew Moseley drew at moseleynet.net
Thu Jun 12 18:26:13 UTC 2014


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.

Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
---
 meta/recipes-connectivity/bluez5/bluez5.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index fa6f08b..c3dd946 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -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"
-- 
1.7.9.5




More information about the Openembedded-core mailing list