summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb (renamed from meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb
index a930d7b..a882960 100644
--- a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
+++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb
@@ -2,8 +2,10 @@ SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
4 4
5SRCREV = "4111bd1bcf721e6e7b5f11ed9c2b93083677aa25" 5SRCREV = "9dc915572b51db0714640ba1ddf8cca9c0f24f05"
6SRC_URI = "git://github.com/stefanberger/libtpms.git" 6SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-${PV}"
7
8PE = "1"
7 9
8S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
9inherit autotools-brokensep pkgconfig 11inherit autotools-brokensep pkgconfig
@@ -11,6 +13,4 @@ inherit autotools-brokensep pkgconfig
11PACKAGECONFIG ?= "openssl" 13PACKAGECONFIG ?= "openssl"
12PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" 14PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
13 15
14PV = "1.0+git${SRCPV}"
15
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"