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 13:29:05 -0700
commita6218f5c5adf68e5eccc538c4574ccabc187835f (patch)
tree61f6371d0f3b07f1698a68230815d3c356c08f04
parent8fdd9c61f761e186286311051dd5d495379dbb24 (diff)
downloadmeta-security-a6218f5c5adf68e5eccc538c4574ccabc187835f.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