diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2019-11-25 21:03:20 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-11-27 13:38:58 -0800 |
| commit | fa800e5261ac83db17c0b2ee5c88e25ff3412aa4 (patch) | |
| tree | 2e988ac3a54245a2218c028c2ad3f759f1dd886c /recipes-security/google-authenticator-libpam | |
| parent | 36d656fe7244e31ba929aad566c70c21e3b552cc (diff) | |
| download | meta-security-fa800e5261ac83db17c0b2ee5c88e25ff3412aa4.tar.gz | |
meta: inherit features_check instead of distro_features_check
distro_features_check has been deprecated in OE.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/google-authenticator-libpam')
| -rw-r--r-- | recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb index 73b802f..2181629 100644 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.05.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "libpam" | |||
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit autotools distro_features_check | 13 | inherit autotools features_check |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "pam" | 15 | REQUIRED_DISTRO_FEATURES = "pam" |
| 16 | 16 | ||
