kwallet_pam: move pam_kwallet5.so to base_libdir/security

see oe-core libpam

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-11-04 21:50:14 +01:00
parent 6095e9f070
commit 856b34ef57

View File

@@ -21,5 +21,7 @@ SRC_URI += " \
file://0002-fix-install-path.patch \
"
FILES_${PN} += "${libdir}/security"
FILES_${PN}-dbg += "${libdir}/security/.debug"
EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${base_libdir}"
FILES_${PN} += "${base_libdir}/security"
FILES_${PN}-dbg += "${base_libdir}/security/.debug"