All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/1] swtpm-wrappers-native.bb: need netstat
@ 2017-04-27 16:14 Patrick Ohly
  2017-05-07 22:44 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Ohly @ 2017-04-27 16:14 UTC (permalink / raw)
  To: yocto

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>
---
 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
 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-security][PATCH 1/1] swtpm-wrappers-native.bb: need netstat
  2017-04-27 16:14 [meta-security][PATCH 1/1] swtpm-wrappers-native.bb: need netstat Patrick Ohly
@ 2017-05-07 22:44 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2017-05-07 22:44 UTC (permalink / raw)
  To: yocto



On 04/27/2017 09:14 AM, Patrick Ohly wrote:
> 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>
merged

thanks
> ---
>   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
>   



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-07 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27 16:14 [meta-security][PATCH 1/1] swtpm-wrappers-native.bb: need netstat Patrick Ohly
2017-05-07 22:44 ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.