diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-10-26 07:59:55 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-10-26 08:20:51 -0700 |
commit | d77b7765e710d41174f60ed0bafa29c3541cd439 (patch) | |
tree | 6492228c9f90a1c62a2953746a5ad2c6a5d7751f | |
parent | b5e277022b4ac971947352a37942830af8398cdd (diff) | |
download | meta-security-d77b7765e710d41174f60ed0bafa29c3541cd439.tar.gz |
tpm2-openssl: add new pkg
openssl 3.x support for tpm2 tss function found in tpm2-ssl
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.0.bb b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.0.bb new file mode 100644 index 0000000..f6a694c --- /dev/null +++ b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.0.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "Provider for integration of TPM 2.0 to OpenSSL 3.0" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b75785ac083d3c3ca04d99d9e4e1fbab" | ||
4 | |||
5 | SRC_URI = "git://github.com/tpm2-software/tpm2-openssl.git;protocol=https;branch=master" | ||
6 | |||
7 | SRCREV = "66e34f9e45c3697590cced1e4d3f35993a822f8b" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | inherit pkgconfig | ||