aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/libest/libest_3.2.0.bb
blob: 5b6dc995cee0006b1d3a921619943d5f2ff6ba37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"

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"

S = "${WORKDIR}/git"

PACKAGES = "${PN} ${PN}-dbg ${PN}-dev"

FILES_${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so"