summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-04-27 18:14:31 +0200
committerArmin Kuster <akuster808@gmail.com>2017-05-07 15:17:28 -0700
commit6eac21cf4a7653753d87772c497ac14b8b6e3e67 (patch)
tree61f6371d0f3b07f1698a68230815d3c356c08f04
parent6b55b1882b47037aae8bc457029f008c71bedb3d (diff)
downloadmeta-security-6eac21cf4a7653753d87772c497ac14b8b6e3e67.tar.gz
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>
-rw-r--r--recipes-tpm/swtpm/swtpm-wrappers-native.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1SUMMARY = "SWTPM - OpenEmbedded wrapper scripts for native swtpm tools" 1SUMMARY = "SWTPM - OpenEmbedded wrapper scripts for native swtpm tools"
2LICENSE = "MIT" 2LICENSE = "MIT"
3DEPENDS = "swtpm-native tpm-tools-native" 3DEPENDS = "swtpm-native tpm-tools-native net-tools-native"
4 4
5inherit native 5inherit native
6 6