diff options
| -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" |
