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:
Benjamin Gaignard
2017-03-22 10:39:15 +01:00
committed by Armin Kuster
parent 3b343eb34d
commit 27d461b85c

View File

@@ -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"