diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-02-21 13:06:23 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-02-22 08:09:54 -0800 |
commit | 419946655d0e134e7e891b23e80d8c96fa6517ca (patch) | |
tree | 116dd0e1c7d6f9f98efef3f8eaa836394adf37d2 | |
parent | 30a4227e3c5b47005dedb3f89299d933557b9209 (diff) | |
download | meta-security-419946655d0e134e7e891b23e80d8c96fa6517ca.tar.gz |
recipes: Use renamed SKIP_RECIPE varFlag
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/tripwire/tripwire_2.4.3.7.bb | 2 | ||||
-rw-r--r-- | recipes-security/libest/libest_3.2.0.bb | 2 | ||||
-rw-r--r-- | recipes-security/opendnssec/opendnssec_2.1.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb index 93cb443..5bb0e3e 100644 --- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb +++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb | |||
@@ -74,4 +74,4 @@ FILES:${PN}-ptest += "${PTEST_PATH}/tests " | |||
74 | RDEPENDS:${PN} += " perl nano msmtp cronie" | 74 | RDEPENDS:${PN} += " perl nano msmtp cronie" |
75 | RDEPENDS:${PN}-ptest = " perl lib-perl perl-modules " | 75 | RDEPENDS:${PN}-ptest = " perl lib-perl perl-modules " |
76 | 76 | ||
77 | PNBLACKLIST[tripwire] ?= "Upsteram project appears to be abondoned, fails to build with gcc11" | 77 | SKIP_RECIPE[tripwire] ?= "Upsteram project appears to be abondoned, fails to build with gcc11" |
diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb index 41a4025..b4c6165 100644 --- a/recipes-security/libest/libest_3.2.0.bb +++ b/recipes-security/libest/libest_3.2.0.bb | |||
@@ -27,4 +27,4 @@ PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" | |||
27 | FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" | 27 | FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" |
28 | 28 | ||
29 | # https://github.com/cisco/libest/issues/104 | 29 | # https://github.com/cisco/libest/issues/104 |
30 | PNBLACKLIST[libest] ?= "Needs porting to openssl 3.x" | 30 | SKIP_RECIPE[libest] ?= "Needs porting to openssl 3.x" |
diff --git a/recipes-security/opendnssec/opendnssec_2.1.10.bb b/recipes-security/opendnssec/opendnssec_2.1.10.bb index 6b53711..64bacf1 100644 --- a/recipes-security/opendnssec/opendnssec_2.1.10.bb +++ b/recipes-security/opendnssec/opendnssec_2.1.10.bb | |||
@@ -33,4 +33,4 @@ do_install:append () { | |||
33 | 33 | ||
34 | RDEPENDS:${PN} = "softhsm" | 34 | RDEPENDS:${PN} = "softhsm" |
35 | 35 | ||
36 | PNBLACKLIST[opendnssec] ?= "Needs porting to openssl 3.x" | 36 | SKIP_RECIPE[opendnssec] ?= "Needs porting to openssl 3.x" |