summaryrefslogtreecommitdiffstats
path: root/recipes-security/google-authenticator-libpam
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-11-25 21:03:20 +0100
committerArmin Kuster <akuster808@gmail.com>2019-11-27 13:38:58 -0800
commitfa800e5261ac83db17c0b2ee5c88e25ff3412aa4 (patch)
tree2e988ac3a54245a2218c028c2ad3f759f1dd886c /recipes-security/google-authenticator-libpam
parent36d656fe7244e31ba929aad566c70c21e3b552cc (diff)
downloadmeta-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.bb2
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
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13inherit autotools distro_features_check 13inherit autotools features_check
14 14
15REQUIRED_DISTRO_FEATURES = "pam" 15REQUIRED_DISTRO_FEATURES = "pam"
16 16