summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-03-04 11:04:40 -0800
committerArmin Kuster <akuster808@gmail.com>2019-03-06 11:49:35 -0800
commitc17e39b70592b8b0971a405ff41808d8b10683e4 (patch)
tree2d00f5155c32727370efe62b3601ab391cb61775 /meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
parent6a18b6c1459ef787ae5479b0b4364111b517e29d (diff)
downloadmeta-security-c17e39b70592b8b0971a405ff41808d8b10683e4.tar.gz
libtpm: upate to stable 0.6.0
Add PE This update include support for tpm2.0 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.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
deleted file mode 100644
index a930d7b..0000000
--- a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
4
5SRCREV = "4111bd1bcf721e6e7b5f11ed9c2b93083677aa25"
6SRC_URI = "git://github.com/stefanberger/libtpms.git"
7
8S = "${WORKDIR}/git"
9inherit autotools-brokensep pkgconfig
10
11PACKAGECONFIG ?= "openssl"
12PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
13
14PV = "1.0+git${SRCPV}"
15
16BBCLASSEXTEND = "native"