diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-11-28 13:34:18 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-12-25 11:29:31 -0800 |
commit | e740a30c102c372f02f10c54c3c3ea9b650f3907 (patch) | |
tree | 114928a0dec0c85b4231bae8fe7a125cfc5d07f9 | |
parent | 9bf5c504d196740be17fcec54c4b37ebf858667f (diff) | |
download | meta-security-e740a30c102c372f02f10c54c3c3ea9b650f3907.tar.gz |
libest: does not build with openssl 3.x
blacklist for now. Remove from pkg grp
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 1 | ||||
-rw-r--r-- | recipes-security/libest/libest_3.2.0.bb | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index e9dad5b..fefc66d 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -38,7 +38,6 @@ RDEPENDS:packagegroup-security-utils = "\ | |||
38 | python3-privacyidea \ | 38 | python3-privacyidea \ |
39 | python3-fail2ban \ | 39 | python3-fail2ban \ |
40 | softhsm \ | 40 | softhsm \ |
41 | libest \ | ||
42 | sshguard \ | 41 | sshguard \ |
43 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ | 42 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ |
44 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ | 43 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ |
diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb index 31fbe3c..41a4025 100644 --- a/recipes-security/libest/libest_3.2.0.bb +++ b/recipes-security/libest/libest_3.2.0.bb | |||
@@ -25,3 +25,6 @@ S = "${WORKDIR}/git" | |||
25 | PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" | 25 | PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" |
26 | 26 | ||
27 | FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" | 27 | FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" |
28 | |||
29 | # https://github.com/cisco/libest/issues/104 | ||
30 | PNBLACKLIST[libest] ?= "Needs porting to openssl 3.x" | ||