summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>2019-09-04 10:23:21 +0300
committerDmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>2019-09-04 12:01:45 +0300
commit99ec1bedbbb23252f824137b1a5017275d9467fe (patch)
treef556ace538ec1f86196227166225e25624152a8d
parentfe4f5b1122378f302bb01ff14951d5401208f49a (diff)
downloadmeta-secure-core-99ec1bedbbb23252f824137b1a5017275d9467fe.tar.gz
meta-tpm2: tpm2-tools: update to version 3.2.0
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
-rw-r--r--meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.0.bb (renamed from meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.1.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.1.1.bb b/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.0.bb
index 178ec15..058982d 100644
--- a/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.1.1.bb
+++ b/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.0.bb
@@ -3,7 +3,7 @@ include ${BPN}.inc
3SRC_URI = "\ 3SRC_URI = "\
4 https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ 4 https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
5" 5"
6SRC_URI[md5sum] = "ad9e856c4cbd8a19eb205d74ab635adc" 6SRC_URI[md5sum] = "af389756402fa26aa3f08aa4abfc5d88"
7SRC_URI[sha256sum] = "c7f0cdca51ef2006503f60c462b6d183c9b9dc038f4c3f74a89c111088fed8aa" 7SRC_URI[sha256sum] = "ad79ee83e2d4b34302e8883eaf313b27dbfabfd9cbc8ebcd95cf78fa097aef14"
8 8
9S = "${WORKDIR}/${BPN}-${PV}" 9S = "${WORKDIR}/${BPN}-${PV}"