summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
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] = "e7ce2fd36ef5cdbd7872d823a442e8754a4f0ca7c54b60efcdb75c12a1f98f8f" 11SRC_URI[sha256sum] = "1fdb49c730537bfdaed088884881a61e3bfd121e957ec0bdceeec0261236c123"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" 13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
14 14
15inherit autotools pkgconfig bash-completion 15inherit autotools pkgconfig bash-completion
16 16
17do_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
23RDEPENDS:${PN} = "libtss2 tpm2-abrmd" 18RDEPENDS:${PN} = "libtss2 tpm2-abrmd"