From: Mingli Yu <mingli...@windriver.com> As nss-pam-ldapd depends on libpam, it should do required distro feature check for pam.
Signed-off-by: Mingli Yu <mingli...@windriver.com> --- recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb | 3 ++- 1 file changed, 2 insertions(+), 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 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 = "\ file://nslcd.service \ " -inherit autotools +inherit autotools distro_features_check +REQUIRED_DISTRO_FEATURES = "pam" SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff" SRC_URI[sha256sum] = "ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f" -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto