diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-09-08 13:42:42 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-09-12 16:04:47 -0700 |
commit | 13b26b8df94531f0753cae96aed0212545863e6c (patch) | |
tree | 455d39ae3c06bd91e7fba98c99bbf70757aaf07c | |
parent | d75dc96fa3ddc1fb7f72a97e220813e592d8f5ad (diff) | |
download | meta-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" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" |
4 | 4 | ||
5 | SRCREV = "9dc915572b51db0714640ba1ddf8cca9c0f24f05" | 5 | SRCREV = "c26e8f7b08b19a69cea9e8f1f1e6639c7951fb01" |
6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-${PV}" | 6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-${PV}" |
7 | 7 | ||
8 | PE = "1" | 8 | PE = "1" |