diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-03-09 10:04:25 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2020-03-10 10:22:02 +0800 |
commit | 198910918069d4957fbe6564fe3830c9bfa8a0cc (patch) | |
tree | 593ab0d6f78ba21bc7f8b1ae6a97457e95b13f76 | |
parent | 8f9f83a40a094808dc2bd1155c4b984ee3affe7e (diff) | |
download | meta-secure-core-198910918069d4957fbe6564fe3830c9bfa8a0cc.tar.gz |
tpm2-tools: upgrade 3.2.0 -> 3.2.1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.1.bb (renamed from meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.0.bb b/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.1.bb index 058982d..a47e371 100644 --- a/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.0.bb +++ b/meta-tpm2/recipes-tpm/tpm2-tools/tpm2-tools_3.2.1.bb | |||
@@ -3,7 +3,7 @@ include ${BPN}.inc | |||
3 | SRC_URI = "\ | 3 | SRC_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 | " |
6 | SRC_URI[md5sum] = "af389756402fa26aa3f08aa4abfc5d88" | 6 | SRC_URI[md5sum] = "17f22e9b47682f4601eb55324282ad6e" |
7 | SRC_URI[sha256sum] = "ad79ee83e2d4b34302e8883eaf313b27dbfabfd9cbc8ebcd95cf78fa097aef14" | 7 | SRC_URI[sha256sum] = "568ff32f99e0835db5d8cea2dce781b6cd6c1034026514240995dae5d9e728b0" |
8 | 8 | ||
9 | S = "${WORKDIR}/${BPN}-${PV}" | 9 | S = "${WORKDIR}/${BPN}-${PV}" |