summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2019-07-01 10:08:22 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-03 08:47:20 -0400
commit2c4e53bbd77f6ee9d7b4acbd531511ef75116fae (patch)
treed96a5679a518f213d96bfaf71b9eabe51936d22d /recipes-support
parentf64e1af523f7aa8845bbab5704e4691575160ddc (diff)
downloadmeta-cloud-services-2c4e53bbd77f6ee9d7b4acbd531511ef75116fae.tar.gz
nss-pam-ldapd: add required distro feature check for pam
As nss-pam-ldapd depends on libpam, it should do required distro feature check for pam. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
index 404aeca..dfa562f 100644
--- a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
+++ b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb
@@ -20,7 +20,8 @@ SRC_URI = "\
20 file://nslcd.service \ 20 file://nslcd.service \
21 " 21 "
22 22
23inherit autotools 23inherit autotools distro_features_check
24REQUIRED_DISTRO_FEATURES = "pam"
24 25
25SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff" 26SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff"
26SRC_URI[sha256sum] = "ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f" 27SRC_URI[sha256sum] = "ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f"