diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-10-14 15:09:18 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-10-15 21:15:03 -0700 |
commit | 02b62b859d2137346eaf7549cf000210227ef53c (patch) | |
tree | 93cf25bd4f5401946892a79bd38c24463ec7c78c | |
parent | 9d6e3ff0edc02f033dc5575a5afbf85aa9064da9 (diff) | |
download | meta-security-02b62b859d2137346eaf7549cf000210227ef53c.tar.gz |
tpm2-tools: update to 4.3.0
LIC_FILES_CHKSUM changes do to added Copyright
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.3.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.2.0.bb) | 0 | ||||
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.3.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.2.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.3.0.bb index ce2dac0..ce2dac0 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.2.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.3.0.bb | |||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.3.0.bb index ae01d5e..5bd26ab 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.3.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "Tools for TPM2." | 1 | SUMMARY = "Tools for TPM2." |
2 | DESCRIPTION = "tpm2-tools" | 2 | DESCRIPTION = "tpm2-tools" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0eb1216e46938bd723098d93a23c3bcc" | 4 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a846608d090aa64494c45fc147cc12e3" |
5 | SECTION = "tpm" | 5 | SECTION = "tpm" |
6 | 6 | ||
7 | DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" | 7 | 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] = "bb5d3310620e75468fe33dbd530bd73dd648c70ec707b4579c74d9f63fc82704" | 11 | SRC_URI[sha256sum] = "ae009b3495b44a16faa3d94d41ac9c9d99c71723482efad53c5eea17eeed80fc" |
12 | 12 | ||
13 | inherit autotools pkgconfig bash-completion | 13 | inherit autotools pkgconfig bash-completion |