mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cbfccc6394
commit
b82221674e
@@ -43,7 +43,7 @@ do_install_append() {
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
|
||||
FILES_${PN}-tests = "${libdir}/${BPN}/*-test"
|
||||
FILES_${PN}-dbg += "${libdir}/${BPN}/*/.debug"
|
||||
FILES_${PN}-dbg += "${libexecdir}/nfc/.debug ${libdir}/${BPN}/*/.debug"
|
||||
|
||||
RDEPENDS_${PN} = "dbus python python-dbus python-pygobject"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user