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 | |
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>
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb index 189504a..2e37c0b 100644 --- a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb +++ b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f1674 | |||
15 | 15 | ||
16 | S = "${WORKDIR}/${PN}" | 16 | S = "${WORKDIR}/${PN}" |
17 | 17 | ||
18 | inherit distro_features_check | 18 | inherit features_check |
19 | 19 | ||
20 | do_make(){ | 20 | do_make(){ |
21 | oe_runmake USRLIBDIR=${libdir} all | 21 | oe_runmake USRLIBDIR=${libdir} all |
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 | ||
diff --git a/recipes-security/packagegroup/packagegroup-core-security-ptest.bb b/recipes-security/packagegroup/packagegroup-core-security-ptest.bb index 39873b8..83a9ed8 100644 --- a/recipes-security/packagegroup/packagegroup-core-security-ptest.bb +++ b/recipes-security/packagegroup/packagegroup-core-security-ptest.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ |
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | 5 | ||
6 | inherit distro_features_check | 6 | inherit features_check |
7 | 7 | ||
8 | REQUIRED_DISTRO_FEATURES = "ptest" | 8 | REQUIRED_DISTRO_FEATURES = "ptest" |
9 | 9 | ||
diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb index 34bc8c8..089a99e 100644 --- a/recipes-security/sssd/sssd_1.16.4.bb +++ b/recipes-security/sssd/sssd_1.16.4.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\ | |||
14 | SRC_URI[md5sum] = "757bbb6f15409d8d075f4f06cb678d50" | 14 | SRC_URI[md5sum] = "757bbb6f15409d8d075f4f06cb678d50" |
15 | SRC_URI[sha256sum] = "6bb212cd6b75b918e945c24e7c3f95a486fb54d7f7d489a9334cfa1a1f3bf959" | 15 | SRC_URI[sha256sum] = "6bb212cd6b75b918e945c24e7c3f95a486fb54d7f7d489a9334cfa1a1f3bf959" |
16 | 16 | ||
17 | inherit autotools pkgconfig gettext python-dir distro_features_check | 17 | inherit autotools pkgconfig gettext python-dir features_check |
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "pam" | 19 | REQUIRED_DISTRO_FEATURES = "pam" |
20 | 20 | ||