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 /recipes-core | |
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>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 1 |
1 files changed, 0 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)} \ |