diff options
| author | Ross Burton <ross.burton@intel.com> | 2015-06-22 22:16:01 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:42:50 +0100 |
| commit | 8cef098d2c2e8afae6ea7a0c6d7c536163bab198 (patch) | |
| tree | 6f7e2d79ba75416c1c91c97fe7d5b82a2d464f1a | |
| parent | 98c2bdbd558db289e30a175f9a5b1a3d2be0fa98 (diff) | |
| download | poky-8cef098d2c2e8afae6ea7a0c6d7c536163bab198.tar.gz | |
bluez5: fix lib/libexecdir confusion
Use $libexecdir and $libdir as appropriate so the files are packaged correctly
when libexecdir != $libdir/$BPN.
(From OE-Core rev: 53c5a6b97f254725ae5d19af4977486ab84d1ea5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index ae9402f867..0fe5be5ba5 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
| @@ -66,13 +66,13 @@ ALLOW_EMPTY_libasound-module-bluez = "1" | |||
| 66 | PACKAGES =+ "libasound-module-bluez ${PN}-testtools ${PN}-obex ${PN}-noinst-tools" | 66 | PACKAGES =+ "libasound-module-bluez ${PN}-testtools ${PN}-obex ${PN}-noinst-tools" |
| 67 | 67 | ||
| 68 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" | 68 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" |
| 69 | FILES_${PN} += "${libdir}/bluetooth/plugins ${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${nonarch_base_libdir}/udev/ ${systemd_unitdir}/ ${datadir}/dbus-1" | 69 | FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${nonarch_base_libdir}/udev/ ${systemd_unitdir}/ ${datadir}/dbus-1" |
| 70 | FILES_${PN}-dev += "\ | 70 | FILES_${PN}-dev += "\ |
| 71 | ${libdir}/bluetooth/plugins/*.la \ | 71 | ${libdir}/bluetooth/plugins/*.la \ |
| 72 | ${libdir}/alsa-lib/*.la \ | 72 | ${libdir}/alsa-lib/*.la \ |
| 73 | " | 73 | " |
| 74 | 74 | ||
| 75 | FILES_${PN}-obex = "${libdir}/bluez5/bluetooth/obexd \ | 75 | FILES_${PN}-obex = "${libexecdir}/bluetooth/obexd \ |
| 76 | ${exec_prefix}/lib/systemd/user/obex.service \ | 76 | ${exec_prefix}/lib/systemd/user/obex.service \ |
| 77 | ${datadir}/dbus-1/services/org.bluez.obex.service \ | 77 | ${datadir}/dbus-1/services/org.bluez.obex.service \ |
| 78 | " | 78 | " |
| @@ -91,7 +91,7 @@ def get_noinst_tools_paths (d, bb, tools): | |||
| 91 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS', True))}" | 91 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS', True))}" |
| 92 | 92 | ||
| 93 | FILES_${PN}-dbg += "\ | 93 | FILES_${PN}-dbg += "\ |
| 94 | ${libdir}/${BPN}/bluetooth/.debug \ | 94 | ${libexecdir}/bluetooth/.debug \ |
| 95 | ${libdir}/bluetooth/plugins/.debug \ | 95 | ${libdir}/bluetooth/plugins/.debug \ |
| 96 | ${libdir}/*/.debug \ | 96 | ${libdir}/*/.debug \ |
| 97 | */udev/.debug \ | 97 | */udev/.debug \ |
