diff options
| -rw-r--r-- | recipes-security/libest/libest_3.2.0.bb | 28 |
1 files changed, 0 insertions, 28 deletions
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 @@ | |||
| 1 | SUMMARY = "EST is used for secure certificate \ | ||
| 2 | enrollment and is compatible with Suite B certs (as well as RSA \ | ||
| 3 | and DSA certificates)" | ||
| 4 | |||
| 5 | LICENSE = "OpenSSL" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885" | ||
| 7 | |||
| 8 | SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b" | ||
| 9 | SRC_URI = "git://github.com/cisco/libest;branch=main;protocol=https" | ||
| 10 | |||
| 11 | DEPENDS = "openssl" | ||
| 12 | |||
| 13 | #fatal error: execinfo.h: No such file or directory | ||
| 14 | DEPENDS:append:libc-musl = " libexecinfo" | ||
| 15 | |||
| 16 | inherit autotools-brokensep | ||
| 17 | |||
| 18 | EXTRA_OECONF = "--disable-pthreads --with-ssl-dir=${STAGING_LIBDIR}" | ||
| 19 | |||
| 20 | CFLAGS += "-fcommon" | ||
| 21 | LDFLAGS:append:libc-musl = " -lexecinfo" | ||
| 22 | |||
| 23 | PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" | ||
| 24 | |||
| 25 | FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" | ||
| 26 | |||
| 27 | # https://github.com/cisco/libest/issues/104 | ||
| 28 | SKIP_RECIPE[libest] ?= "Needs porting to openssl 3.x" | ||
