[yocto] [meta-security][PATCH 1/1] swtpm-wrappers-native.bb: need netstat

akuster808 akuster808 at gmail.com
Sun May 7 15:44:50 PDT 2017



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




More information about the yocto mailing list