From c26a033906d77af879f5dc262c5528a426d80428 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 16 Dec 2019 13:18:30 -0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "\ file://nslcd.service \ " -inherit autotools distro_features_check +inherit autotools features_check REQUIRED_DISTRO_FEATURES = "pam" SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff" -- cgit v1.2.3-54-g00ecf