summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb')
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
new file mode 100644
index 0000000..f9624f6
--- /dev/null
+++ b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
@@ -0,0 +1,20 @@
1SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=97e5eea8d700d76b3ddfd35c4c96485f"
4
5SRCREV = "ad44846dda5a96e269ad2f78a532e01e9a2f02a1"
6SRC_URI = " \
7 git://github.com/stefanberger/libtpms.git \
8 file://Convert-another-vdprintf-to-dprintf.patch \
9 file://Use-format-s-for-call-to-dprintf.patch \
10 "
11
12S = "${WORKDIR}/git"
13inherit autotools-brokensep pkgconfig
14
15PACKAGECONFIG ?= "openssl"
16PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
17
18PV = "1.0+git${SRCPV}"
19
20BBCLASSEXTEND = "native"