summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm2
diff options
context:
space:
mode:
authorPatrick Wicki <patrick.wicki@siemens.com>2025-08-28 15:34:42 +0200
committerScott Murray <scott.murray@konsulko.com>2025-09-10 18:08:38 -0400
commitdafceb4ba498bb879af041d431655a9134876177 (patch)
tree8f9bf7605c03706d294f434b41a933a6b00c6363 /meta-tpm/recipes-tpm2
parent9a49fcbd05e46cafb0a2300a035a9528242bd4b2 (diff)
downloadmeta-security-dafceb4ba498bb879af041d431655a9134876177.tar.gz
tpm2-tss-engine: remove libgcrypt dependency
There is no hint of libgcrypt in the upstream code and distro packages like Debian and Fedora do not have this dependency either. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
Diffstat (limited to 'meta-tpm/recipes-tpm2')
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.2.0.bb b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.2.0.bb
index af9dec8..6bc44ef 100644
--- a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.2.0.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.2.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7b3ab643b9ce041de515d1ed092a36d4"
6 6
7SECTION = "security/tpm" 7SECTION = "security/tpm"
8 8
9DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" 9DEPENDS = "autoconf-archive-native bash-completion libtss2 openssl"
10 10
11SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \ 11SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
12 file://0001-Configure-Allow-disabling-of-digest-sign-operations.patch \ 12 file://0001-Configure-Allow-disabling-of-digest-sign-operations.patch \