diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-12-16 13:18:30 -0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-18 10:45:22 -0500 |
| commit | c26a033906d77af879f5dc262c5528a426d80428 (patch) | |
| tree | fef6636861b69c27bb98717c7a30f9b2d69f3ee9 | |
| parent | d588ed560d28f8a2690cef5c6e1e11eb0da093f5 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb | 2 |
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 | ||
| 23 | inherit autotools distro_features_check | 23 | inherit autotools features_check |
| 24 | REQUIRED_DISTRO_FEATURES = "pam" | 24 | REQUIRED_DISTRO_FEATURES = "pam" |
| 25 | 25 | ||
| 26 | SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff" | 26 | SRC_URI[md5sum] = "8c99fdc54f4bf9aca8c5f53fdb1403ff" |
