mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
swtpm: depends on tpm-tools
The configure script checks for tpm_nvdefine from tpm-tools and fails when it is not present. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
cdeabd9d78
commit
b70a046ce4
@@ -5,6 +5,11 @@ SECTION = "apps"
|
||||
|
||||
DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native"
|
||||
|
||||
# configure checks for the tools already during compilation and
|
||||
# then swtpm_setup needs them at runtime
|
||||
DEPENDS += "tpm-tools-native"
|
||||
RDEPENDS_${PN} += "tpm-tools"
|
||||
|
||||
SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34"
|
||||
SRC_URI = " \
|
||||
git://github.com/stefanberger/swtpm.git \
|
||||
|
||||
Reference in New Issue
Block a user