summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/libest/libest_3.2.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb
new file mode 100644
index 0000000..36ff5ca
--- /dev/null
+++ b/recipes-security/libest/libest_3.2.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "EST is used for secure certificate \
2enrollment and is compatible with Suite B certs (as well as RSA \
3and DSA certificates)"
4
5LICENSE = "OpenSSL"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885"
7
8SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b"
9SRC_URI = "git://github.com/cisco/libest"
10
11DEPENDS = "openssl"
12
13inherit autotools-brokensep
14
15EXTRA_OECONF = "--disable-pthreads --with-ssl-dir=${STAGING_LIBDIR}"
16
17CFLAGS += "-fcommon"
18
19S = "${WORKDIR}/git"
20
21PACKAGES = "${PN} ${PN}-dbg ${PN}-dev"
22
23FILES_${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so"