diff options
author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-02-17 19:02:13 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-02-22 15:22:36 -0500 |
commit | 1ac7c66afc48255962a40b6367aad36eb23a7c92 (patch) | |
tree | 88053f9b3c2baa970a758d282f406a47fbefee68 | |
parent | e188be029cdfdd18f993b0ae2b37d885cfbb191b (diff) | |
download | meta-security-1ac7c66afc48255962a40b6367aad36eb23a7c92.tar.gz |
tpm2-tools: upgrade 5.3 -> 5.5
Changelog:
https://github.com/tpm2-software/tpm2-tools/blob/5.5/docs/CHANGELOG.md
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.3.bb) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.3.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb index 53d5abb..ef73238 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.3.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.5.bb | |||
@@ -8,16 +8,11 @@ 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] = "e7ce2fd36ef5cdbd7872d823a442e8754a4f0ca7c54b60efcdb75c12a1f98f8f" | 11 | SRC_URI[sha256sum] = "1fdb49c730537bfdaed088884881a61e3bfd121e957ec0bdceeec0261236c123" |
12 | 12 | ||
13 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" |
14 | 14 | ||
15 | inherit autotools pkgconfig bash-completion | 15 | inherit autotools pkgconfig bash-completion |
16 | 16 | ||
17 | do_configure:prepend() { | ||
18 | # do not extract the version number from git | ||
19 | sed -i -e 's/m4_esyscmd_s(\[git describe --tags --always --dirty\])/${PV}/' ${S}/configure.ac | ||
20 | } | ||
21 | |||
22 | # need tss-esys | 17 | # need tss-esys |
23 | RDEPENDS:${PN} = "libtss2 tpm2-abrmd" | 18 | RDEPENDS:${PN} = "libtss2 tpm2-abrmd" |