mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
swtpm: depends on expect-native and socat-native
The configure script checks for expect and socat and fails when it is not present. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
3b343eb34d
commit
27d461b85c
@@ -7,7 +7,7 @@ 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"
|
||||
DEPENDS += "tpm-tools-native expect-native socat-native"
|
||||
RDEPENDS_${PN} += "tpm-tools"
|
||||
|
||||
SRCREV = "65d8e4d83447f4c13a41a6f995bd0490f49bc5ef"
|
||||
|
||||
Reference in New Issue
Block a user