diff options
| author | Peter Marko <peter.marko@siemens.com> | 2026-05-05 16:13:53 +0200 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-05-25 17:14:15 +0300 |
| commit | c0d1d6200e7a84c39fb940cb1f22aad4b0b3d808 (patch) | |
| tree | c1428d22198679dc7227a1cbe4f69f3e914c6c1f | |
| parent | f7d6b118f6e2a1bccc6b863584ca25ba74021c46 (diff) | |
| download | meta-security-wrynose-next.tar.gz | |
tpm2-pkcs11: upgrade 1.9.1 -> 1.9.2wrynose-nextwrynose
This contains fix for building native recipe with security flags
enabled:
* https://github.com/tpm2-software/tpm2-pkcs11/commit/be97b21ae641303ce83a8fbb54002701c1aede31
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
| -rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.2.bb (renamed from meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.2.bb index 762b82f..3d04e5b 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.2.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "autoconf-archive pkgconfig sqlite3 openssl libtss2-dev tpm2-tools lib | |||
| 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 | SRC_URI += "file://0001-src-lib-tpm-return-NULL-for-twist-on-auth-failure.patch" | 10 | SRC_URI += "file://0001-src-lib-tpm-return-NULL-for-twist-on-auth-failure.patch" |
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "ce24aa5ec2471545576e892b6f64fd873a424371bbf9be4ca3a0e689ea11c9b7" | 12 | SRC_URI[sha256sum] = "1bdabdaed6a5fa4ce8a1e82307f4612c30e30b0a0415e1bc7d9c30f713227480" |
| 13 | 13 | ||
| 14 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" | 14 | UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" |
| 15 | 15 | ||
