summaryrefslogtreecommitdiffstats
path: root/recipes-security
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 /recipes-security
parent30a4227e3c5b47005dedb3f89299d933557b9209 (diff)
downloadmeta-security-419946655d0e134e7e891b23e80d8c96fa6517ca.tar.gz
recipes: Use renamed SKIP_RECIPE varFlag
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/libest/libest_3.2.0.bb2
-rw-r--r--recipes-security/opendnssec/opendnssec_2.1.10.bb2
2 files changed, 2 insertions, 2 deletions
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"