From 27d461b85c2a706ab1e6b78c7ec2a265d0620ac7 Mon Sep 17 00:00:00 2001 From: Benjamin Gaignard Date: Wed, 22 Mar 2017 10:39:15 +0100 Subject: 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 Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/swtpm_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tpm/swtpm/swtpm_1.0.bb b/recipes-tpm/swtpm/swtpm_1.0.bb index 0d3bab0..7b9662a 100644 --- a/recipes-tpm/swtpm/swtpm_1.0.bb +++ b/recipes-tpm/swtpm/swtpm_1.0.bb @@ -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" -- cgit v1.2.3-54-g00ecf