From 2a91f5cc628aff1940c49ae5ea8c320e69e39cb6 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 14 Feb 2020 05:16:28 +0000 Subject: google-authenticator-libpam: install module in pam location pam_google_authenticator.so was being installed where pam could not find it. Move it where the rest of the pam modules site. Signed-off-by: Armin Kuster --- .../google-authenticator-libpam/google-authenticator-libpam_1.08.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb index 2ba949e..f9ca092 100644 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb @@ -14,7 +14,10 @@ inherit autotools features_check REQUIRED_DISTRO_FEATURES = "pam" +# Use the same dir location as PAM +EXTRA_OECONF = "--libdir=${base_libdir}" + PACKAGES += "pam-google-authenticator" -FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so" +FILES_pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so" RDEPNEDS_pam-google-authenticator = "libpam" -- cgit v1.2.3-54-g00ecf