From 3c1131721210d78060236069d8d9c477b02094af Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 26 Sep 2025 15:19:01 -0400 Subject: [PATCH] libest: Remove recipe Remove the libest recipe since it has been disabled since November 2021, and upstream has shown no activity since 2022. Signed-off-by: Scott Murray --- recipes-security/libest/libest_3.2.0.bb | 28 ------------------------- 1 file changed, 28 deletions(-) delete mode 100644 recipes-security/libest/libest_3.2.0.bb diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb deleted file mode 100644 index e6af2c6..0000000 --- a/recipes-security/libest/libest_3.2.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "EST is used for secure certificate \ -enrollment and is compatible with Suite B certs (as well as RSA \ -and DSA certificates)" - -LICENSE = "OpenSSL" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885" - -SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b" -SRC_URI = "git://github.com/cisco/libest;branch=main;protocol=https" - -DEPENDS = "openssl" - -#fatal error: execinfo.h: No such file or directory -DEPENDS:append:libc-musl = " libexecinfo" - -inherit autotools-brokensep - -EXTRA_OECONF = "--disable-pthreads --with-ssl-dir=${STAGING_LIBDIR}" - -CFLAGS += "-fcommon" -LDFLAGS:append:libc-musl = " -lexecinfo" - -PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" - -FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" - -# https://github.com/cisco/libest/issues/104 -SKIP_RECIPE[libest] ?= "Needs porting to openssl 3.x"