diff options
author | Drew Moseley <drew@moseleynet.net> | 2014-06-12 14:26:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-13 12:53:44 +0100 |
commit | 9713dcc717c519711b2be3844afc15b2ebb0b10e (patch) | |
tree | 64960db3bc79b50592affef6706e65097d65b935 /meta | |
parent | 6467fb38f4770f45775bc795b75c7dbed9b039b7 (diff) | |
download | poky-9713dcc717c519711b2be3844afc15b2ebb0b10e.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index fa6f08b64d..c3dd946517 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -56,7 +56,7 @@ FILES_${PN}-dev += "\ | |||
56 | " | 56 | " |
57 | 57 | ||
58 | FILES_${PN}-obex = "${libdir}/bluez5/bluetooth/obexd \ | 58 | FILES_${PN}-obex = "${libdir}/bluez5/bluetooth/obexd \ |
59 | ${libdir}/systemd/user/obex.service \ | 59 | ${exec_prefix}/lib/systemd/user/obex.service \ |
60 | ${datadir}/dbus-1/services/org.bluez.obex.service \ | 60 | ${datadir}/dbus-1/services/org.bluez.obex.service \ |
61 | " | 61 | " |
62 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" | 62 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" |