summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Gotthard <petr.gotthard@advantech.cz>2023-02-17 19:02:22 +0000
committerArmin Kuster <akuster808@gmail.com>2023-02-22 15:22:36 -0500
commit13653bf807b43e55e1d9c5d7b579a326377329bc (patch)
treeaa5a7cc3000f10176b01e97c21dee149e2b6e2af
parent1ac7c66afc48255962a40b6367aad36eb23a7c92 (diff)
downloadmeta-security-13653bf807b43e55e1d9c5d7b579a326377329bc.tar.gz
tpm2-pkcs11: upgrade 1.8.0 -> 1.9.0
Changelog: https://github.com/tpm2-software/tpm2-pkcs11/blob/1.9.0/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-pkcs11/tpm2-pkcs11_1.9.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb)7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb
index 38847a8..e0def0f 100644
--- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb
@@ -8,7 +8,7 @@ DEPENDS = "autoconf-archive pkgconfig sqlite3 openssl libtss2-dev tpm2-tools lib
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] = "79f28899047defd6b4b72b7268dd56abf27774954022315f818c239af33e05bd" 11SRC_URI[sha256sum] = "35bf06c30cfa76fc0eba2c5f503cf7dd0d34a66afb2d292fee896b90362f633b"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" 13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
14 14
@@ -16,11 +16,6 @@ inherit autotools-brokensep pkgconfig python3native
16 16
17EXTRA_OECONF += "--disable-ptool-checks" 17EXTRA_OECONF += "--disable-ptool-checks"
18 18
19do_configure:prepend() {
20 # do not extract the version number from git
21 sed -i -e 's/m4_esyscmd_s(\[git describe --tags --always --dirty\])/${PV}/' ${S}/configure.ac
22}
23
24do_compile:append() { 19do_compile:append() {
25 cd ${S}/tools 20 cd ${S}/tools
26 python3 setup.py build 21 python3 setup.py build