From 6eac21cf4a7653753d87772c497ac14b8b6e3e67 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 27 Apr 2017 18:14:31 +0200 Subject: swtpm-wrappers-native.bb: need netstat netstat from net-tools-native is needed for swtpm_setup.sh, which uses it to check whether the swtpm daemon has started. The scripts hangs in a loop during startup when netstat is missing. Signed-off-by: Patrick Ohly Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/swtpm-wrappers-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tpm/swtpm/swtpm-wrappers-native.bb b/recipes-tpm/swtpm/swtpm-wrappers-native.bb index 0af1db6..644f3ac 100644 --- a/recipes-tpm/swtpm/swtpm-wrappers-native.bb +++ b/recipes-tpm/swtpm/swtpm-wrappers-native.bb @@ -1,6 +1,6 @@ SUMMARY = "SWTPM - OpenEmbedded wrapper scripts for native swtpm tools" LICENSE = "MIT" -DEPENDS = "swtpm-native tpm-tools-native" +DEPENDS = "swtpm-native tpm-tools-native net-tools-native" inherit native -- cgit v1.2.3-54-g00ecf