On 03/22/2017 02:39 AM, Benjamin Gaignard wrote:
The configure script checks for expect and socat and
fails when it is not present.

merged,

thanks
Signed-off-by: Benjamin Gaignard <benjamin.gaign...@linaro.org>
---
  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"

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to