diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-02 14:35:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:50 +0000 |
commit | b82221674e1522041da2deb5bd2a7f73594539e3 (patch) | |
tree | 50eed000f0e60b6e29e53fa0e852b359b29d3c4a /meta/recipes-connectivity/neard | |
parent | cbfccc639477f58cd8fb65338c1c6e935d900c07 (diff) | |
download | poky-b82221674e1522041da2deb5bd2a7f73594539e3.tar.gz |
neard: fix libdir/libexecdir confusion
These binaries are installed to $libexecdir/nfc not $libdir/$BPN.
(From OE-Core rev: 32da30e39b3b847a80d99e1d2a527f460e33590d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/neard')
-rw-r--r-- | meta/recipes-connectivity/neard/neard_0.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/neard/neard_0.15.bb b/meta/recipes-connectivity/neard/neard_0.15.bb index 8adf70cc9c..f9623106d9 100644 --- a/meta/recipes-connectivity/neard/neard_0.15.bb +++ b/meta/recipes-connectivity/neard/neard_0.15.bb | |||
@@ -43,7 +43,7 @@ do_install_append() { | |||
43 | PACKAGES =+ "${PN}-tests" | 43 | PACKAGES =+ "${PN}-tests" |
44 | 44 | ||
45 | FILES_${PN}-tests = "${libdir}/${BPN}/*-test" | 45 | FILES_${PN}-tests = "${libdir}/${BPN}/*-test" |
46 | FILES_${PN}-dbg += "${libdir}/${BPN}/*/.debug" | 46 | FILES_${PN}-dbg += "${libexecdir}/nfc/.debug ${libdir}/${BPN}/*/.debug" |
47 | 47 | ||
48 | RDEPENDS_${PN} = "dbus python python-dbus python-pygobject" | 48 | RDEPENDS_${PN} = "dbus python python-dbus python-pygobject" |
49 | 49 | ||