summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2019-12-16 13:18:30 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-18 10:45:22 -0500
commitc26a033906d77af879f5dc262c5528a426d80428 (patch)
treefef6636861b69c27bb98717c7a30f9b2d69f3ee9 /recipes-support
parentd588ed560d28f8a2690cef5c6e1e11eb0da093f5 (diff)
downloadmeta-cloud-services-c26a033906d77af879f5dc262c5528a426d80428.tar.gz
nss-pam-ldapd: inherit features_check
Silence the warning about distro_features_check by inheriting the proper bblcass (features_check). Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.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.bb2
1 files changed, 1 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 dfa562f..98fb442 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,7 @@ SRC_URI = "\
20 file://nslcd.service \ 20 file://nslcd.service \
21 " 21 "
22 22
23inherit autotools distro_features_check 23inherit autotools features_check
24REQUIRED_DISTRO_FEATURES = "pam" 24REQUIRED_DISTRO_FEATURES = "pam"
25 25
26SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff" 26SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff"