diff options
| -rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb | 5 |
1 files changed, 5 insertions, 0 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.2.bb index 6e95a0e..f924038 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb | |||
| @@ -11,3 +11,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN | |||
| 11 | SRC_URI[sha256sum] = "c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630" | 11 | SRC_URI[sha256sum] = "c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig bash-completion | 13 | inherit autotools pkgconfig bash-completion |
| 14 | |||
| 15 | do_configure:prepend() { | ||
| 16 | # do not extract the version number from git | ||
| 17 | sed -i -e 's/m4_esyscmd_s(\[git describe --tags --always --dirty\])/${PV}/' ${S}/configure.ac | ||
| 18 | } | ||
