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 <patrick.ohly@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Patrick Ohly
2017-04-27 18:14:31 +02:00
committed by Armin Kuster
parent 6b55b1882b
commit 6eac21cf4a
+1 -1
View File
@@ -1,6 +1,6 @@
SUMMARY = "SWTPM - OpenEmbedded wrapper scripts for native swtpm tools" SUMMARY = "SWTPM - OpenEmbedded wrapper scripts for native swtpm tools"
LICENSE = "MIT" LICENSE = "MIT"
DEPENDS = "swtpm-native tpm-tools-native" DEPENDS = "swtpm-native tpm-tools-native net-tools-native"
inherit native inherit native