diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-03-06 21:55:57 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-03-09 08:52:21 -0800 |
commit | ef93f8c9068d53e9e77e716b70fffe4d7cc03682 (patch) | |
tree | 0874452a909d5dfba4fdff825288c4b9aa2db2cc | |
parent | caa7a1b5276d6f3b10b04cfe6e90969e39e44ee5 (diff) | |
download | meta-security-ef93f8c9068d53e9e77e716b70fffe4d7cc03682.tar.gz |
tpm2-tools: update to 5.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.3.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.3.0.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.0.bb index 5bd26ab..dbd324a 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.3.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.0.bb | |||
@@ -8,6 +8,6 @@ DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" | |||
8 | 8 | ||
9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "ae009b3495b44a16faa3d94d41ac9c9d99c71723482efad53c5eea17eeed80fc" | 11 | SRC_URI[sha256sum] = "e1b907fe29877628052e08ad84eebc6c3f7646d29505ed4862e96162a8c91ba1" |
12 | 12 | ||
13 | inherit autotools pkgconfig bash-completion | 13 | inherit autotools pkgconfig bash-completion |