[oe-commits] Drew Moseley : bluez5: Force obex.service in /usr/lib

git at git.openembedded.org git at git.openembedded.org
Fri Jun 13 17:10:59 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 8b66eccc05a62f1e2267c1bdf1086d8328bb962c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8b66eccc05a62f1e2267c1bdf1086d8328bb962c

Author: Drew Moseley <drew at moseleynet.net>
Date:   Thu Jun 12 14:26:13 2014 -0400

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.

Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"



More information about the Openembedded-commits mailing list