mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
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>
This commit is contained in:
@@ -10,7 +10,7 @@ DEPENDS = "libpam"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools distro_features_check
|
||||
inherit autotools features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user