All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bluez5: Force obex.service in /usr/lib
@ 2014-06-12 18:26 Drew Moseley
  0 siblings, 0 replies; only message in thread
From: Drew Moseley @ 2014-06-12 18:26 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-12 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12 18:26 [PATCH] bluez5: Force obex.service in /usr/lib Drew Moseley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.