summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-09-08 13:42:42 -0700
committerArmin Kuster <akuster808@gmail.com>2019-09-12 16:04:47 -0700
commit13b26b8df94531f0753cae96aed0212545863e6c (patch)
tree455d39ae3c06bd91e7fba98c99bbf70757aaf07c
parentd75dc96fa3ddc1fb7f72a97e220813e592d8f5ad (diff)
downloadmeta-security-13b26b8df94531f0753cae96aed0212545863e6c.tar.gz
libtpm: update to 0.7.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb (renamed from meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb
index a882960..d9863fa 100644
--- a/meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb
+++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb
@@ -2,7 +2,7 @@ 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 = "9dc915572b51db0714640ba1ddf8cca9c0f24f05" 5SRCREV = "c26e8f7b08b19a69cea9e8f1f1e6639c7951fb01"
6SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-${PV}" 6SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-${PV}"
7 7
8PE = "1" 8PE = "1"