diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-04-27 18:14:31 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-05-07 13:29:05 -0700 |
commit | a6218f5c5adf68e5eccc538c4574ccabc187835f (patch) | |
tree | 61f6371d0f3b07f1698a68230815d3c356c08f04 | |
parent | 8fdd9c61f761e186286311051dd5d495379dbb24 (diff) | |
download | meta-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.bb | 2 |
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 @@ | |||
1 | SUMMARY = "SWTPM - OpenEmbedded wrapper scripts for native swtpm tools" | 1 | SUMMARY = "SWTPM - OpenEmbedded wrapper scripts for native swtpm tools" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "swtpm-native tpm-tools-native" | 3 | DEPENDS = "swtpm-native tpm-tools-native net-tools-native" |
4 | 4 | ||
5 | inherit native | 5 | inherit native |
6 | 6 | ||