diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-02-02 19:29:46 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-02-10 19:13:52 -0800 |
commit | f2e9e8f96f5a360ecfefa746842214891fd3bd33 (patch) | |
tree | 0f520810a4fab2b45b7a2be73afdc7bed3a5dac7 | |
parent | 2df5bbcf1742fedc84f0de5122a044df8774992f (diff) | |
download | meta-security-f2e9e8f96f5a360ecfefa746842214891fd3bd33.tar.gz |
tpm2-tools: update to 4.1.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.0.1.bb | 14 | ||||
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.1.bb | 17 |
2 files changed, 17 insertions, 14 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.0.1.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.0.1.bb deleted file mode 100644 index 8f94972..0000000 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.0.1.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "Tools for TPM2." | ||
2 | DESCRIPTION = "tpm2-tools" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0eb1216e46938bd723098d93a23c3bcc" | ||
5 | SECTION = "tpm" | ||
6 | |||
7 | DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" | ||
8 | |||
9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "071aa40bc8721700ea4ed19cc2fdeabf" | ||
12 | SRC_URI[sha256sum] = "ccec3fca6370341a102c5c2ef1ddb4e5cd242bf1bbc6c51d969f77fc78ca67d1" | ||
13 | |||
14 | inherit autotools pkgconfig bash-completion | ||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.1.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.1.bb new file mode 100644 index 0000000..e90dcfe --- /dev/null +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "Tools for TPM2." | ||
2 | DESCRIPTION = "tpm2-tools" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0eb1216e46938bd723098d93a23c3bcc" | ||
5 | SECTION = "tpm" | ||
6 | |||
7 | DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" | ||
8 | |||
9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "701ae9e8c8cbdd37d89c8ad774f55395" | ||
12 | SRC_URI[sha256sum] = "40b9263d8b949bd2bc03a3cd60fa242e27116727467f9bbdd0b5f2539a25a7b1" | ||
13 | SRC_URI[sha1sum] = "d097d321237983435f05c974533ad90e6f20acef" | ||
14 | SRC_URI[sha384sum] = "396547f400e4f5626d7741d77ec543f312d94e6697899f4c36260d15fab3f4f971ad2c0487e6eaa2d60256f3cf68f85f" | ||
15 | SRC_URI[sha512sum] = "25952cf947f0acd16b1a8dbd3ac8573bce85ff970a7e24c290c4f9cd29418e77a3e48ac82c932fbd250887a9303ab301ff92db594c2fffaba47b873382444d26" | ||
16 | |||
17 | inherit autotools pkgconfig bash-completion | ||