mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
libest: does not build with openssl 3.x
blacklist for now. Remove from pkg grp Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -38,7 +38,6 @@ RDEPENDS:packagegroup-security-utils = "\
|
||||
python3-privacyidea \
|
||||
python3-fail2ban \
|
||||
softhsm \
|
||||
libest \
|
||||
sshguard \
|
||||
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \
|
||||
|
||||
@@ -25,3 +25,6 @@ S = "${WORKDIR}/git"
|
||||
PACKAGES = "${PN} ${PN}-dbg ${PN}-dev"
|
||||
|
||||
FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so"
|
||||
|
||||
# https://github.com/cisco/libest/issues/104
|
||||
PNBLACKLIST[libest] ?= "Needs porting to openssl 3.x"
|
||||
|
||||
Reference in New Issue
Block a user