diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-10-26 07:32:43 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-10-26 08:20:55 -0700 |
commit | 8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (patch) | |
tree | bcbe45b4421b6697b97a583b1fe91d92a35dd8c2 | |
parent | d77b7765e710d41174f60ed0bafa29c3541cd439 (diff) | |
download | meta-security-8215ed27aa5bc10d6c7dac7783032a8c6fdee297.tar.gz |
tpm2-pkcs11: update to 1.7.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.6.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.6.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb index fdeda26..649338a 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.6.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb | |||
@@ -9,10 +9,9 @@ DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-too | |||
9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master \ | 9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master \ |
10 | file://bootstrap_fixup.patch \ | 10 | file://bootstrap_fixup.patch \ |
11 | file://0001-remove-local-binary-checkes.patch \ | 11 | file://0001-remove-local-binary-checkes.patch \ |
12 | file://677.patch \ | ||
13 | " | 12 | " |
14 | 13 | ||
15 | SRCREV = "c2d53cc1af6b9df13c832715442853b21048c273" | 14 | SRCREV = "862bdb845910342cd7b6e6da7495f6ee7d090a37" |
16 | 15 | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
18 | 17 | ||