From fa800e5261ac83db17c0b2ee5c88e25ff3412aa4 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 25 Nov 2019 21:03:20 +0100 Subject: meta: inherit features_check instead of distro_features_check distro_features_check has been deprecated in OE. Signed-off-by: Ming Liu Signed-off-by: Armin Kuster --- .../google-authenticator-libpam/google-authenticator-libpam_1.05.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-security/google-authenticator-libpam') 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" S = "${WORKDIR}/git" -inherit autotools distro_features_check +inherit autotools features_check REQUIRED_DISTRO_FEATURES = "pam" -- cgit v1.2.3-54-g00ecf