summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-02-21 13:06:23 -0800
committerArmin Kuster <akuster808@gmail.com>2022-02-22 08:09:54 -0800
commit419946655d0e134e7e891b23e80d8c96fa6517ca (patch)
tree116dd0e1c7d6f9f98efef3f8eaa836394adf37d2
parent30a4227e3c5b47005dedb3f89299d933557b9209 (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-security/libest/libest_3.2.0.bb2
-rw-r--r--recipes-security/opendnssec/opendnssec_2.1.10.bb2
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 "
74RDEPENDS:${PN} += " perl nano msmtp cronie" 74RDEPENDS:${PN} += " perl nano msmtp cronie"
75RDEPENDS:${PN}-ptest = " perl lib-perl perl-modules " 75RDEPENDS:${PN}-ptest = " perl lib-perl perl-modules "
76 76
77PNBLACKLIST[tripwire] ?= "Upsteram project appears to be abondoned, fails to build with gcc11" 77SKIP_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"
27FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" 27FILES:${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
30PNBLACKLIST[libest] ?= "Needs porting to openssl 3.x" 30SKIP_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
34RDEPENDS:${PN} = "softhsm" 34RDEPENDS:${PN} = "softhsm"
35 35
36PNBLACKLIST[opendnssec] ?= "Needs porting to openssl 3.x" 36SKIP_RECIPE[opendnssec] ?= "Needs porting to openssl 3.x"