From 856b34ef57c1e45ba9dbf61b2339971e9145b806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 4 Nov 2015 21:50:14 +0100 Subject: [PATCH] kwallet_pam: move pam_kwallet5.so to base_libdir/security MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see oe-core libpam Signed-off-by: Andreas Müller --- recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb index c549a7a1..8f2dcde8 100644 --- a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb +++ b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb @@ -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"