summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm2
diff options
context:
space:
mode:
authorMichael Haener <michael.haener@siemens.com>2022-11-04 14:05:57 +0100
committerArmin Kuster <akuster808@gmail.com>2022-11-19 14:01:41 -0500
commitdbab46107d409c167e7700685e5dcbb3ff33f42a (patch)
tree5c56cf4c1bf696375c110988077fc199cc4634f8 /meta-tpm/recipes-tpm2
parent2aa48e6f4e519abc7d6bd56da2c067309a303e80 (diff)
downloadmeta-security-dbab46107d409c167e7700685e5dcbb3ff33f42a.tar.gz
tpm2-tools: update to 5.3
Diffstat (limited to 'meta-tpm/recipes-tpm2')
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.3.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.3.bb
index b82fb65..53d5abb 100644
--- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.3.bb
@@ -1,14 +1,14 @@
1SUMMARY = "Tools for TPM2." 1SUMMARY = "Tools for TPM2."
2DESCRIPTION = "tpm2-tools" 2DESCRIPTION = "tpm2-tools"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a846608d090aa64494c45fc147cc12e3" 4LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=a846608d090aa64494c45fc147cc12e3"
5SECTION = "tpm" 5SECTION = "tpm"
6 6
7DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" 7DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive"
8 8
9SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" 9SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz"
10 10
11SRC_URI[sha256sum] = "c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630" 11SRC_URI[sha256sum] = "e7ce2fd36ef5cdbd7872d823a442e8754a4f0ca7c54b60efcdb75c12a1f98f8f"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" 13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
14 14