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:
Ming Liu
2019-11-25 21:03:20 +01:00
committed by Armin Kuster
parent 36d656fe72
commit fa800e5261
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f1674
S = "${WORKDIR}/${PN}"
inherit distro_features_check
inherit features_check
do_make(){
oe_runmake USRLIBDIR=${libdir} all

View File

@@ -10,7 +10,7 @@ DEPENDS = "libpam"
S = "${WORKDIR}/git"
inherit autotools distro_features_check
inherit autotools features_check
REQUIRED_DISTRO_FEATURES = "pam"

View File

@@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit distro_features_check
inherit features_check
REQUIRED_DISTRO_FEATURES = "ptest"

View File

@@ -14,7 +14,7 @@ SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\
SRC_URI[md5sum] = "757bbb6f15409d8d075f4f06cb678d50"
SRC_URI[sha256sum] = "6bb212cd6b75b918e945c24e7c3f95a486fb54d7f7d489a9334cfa1a1f3bf959"
inherit autotools pkgconfig gettext python-dir distro_features_check
inherit autotools pkgconfig gettext python-dir features_check
REQUIRED_DISTRO_FEATURES = "pam"