mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
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>
This commit is contained in:
committed by
Scott Murray
parent
9a49fcbd05
commit
dafceb4ba4
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7b3ab643b9ce041de515d1ed092a36d4"
|
|||||||
|
|
||||||
SECTION = "security/tpm"
|
SECTION = "security/tpm"
|
||||||
|
|
||||||
DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl"
|
DEPENDS = "autoconf-archive-native bash-completion libtss2 openssl"
|
||||||
|
|
||||||
SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
|
SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz \
|
||||||
file://0001-Configure-Allow-disabling-of-digest-sign-operations.patch \
|
file://0001-Configure-Allow-disabling-of-digest-sign-operations.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user