summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-05-07 22:39:03 -0700
committerArmin Kuster <akuster808@gmail.com>2017-05-14 07:56:43 -0700
commit4585f1e8c95435d60dd3a5287b25c7076347a3c9 (patch)
tree9be1977ee4fb8e0aff3f901db7da0e95cce3ac63 /meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
parent6eac21cf4a7653753d87772c497ac14b8b6e3e67 (diff)
downloadmeta-security-4585f1e8c95435d60dd3a5287b25c7076347a3c9.tar.gz
tpm: move to a sub layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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"