[meta-virtualization] [PATCH 1/2] layer.conf: Change dependency on meta-selinux to recommendation

Bruce Ashfield bruce.ashfield at gmail.com
Thu Sep 26 07:35:48 PDT 2019


merged

Bruce

In message: [meta-virtualization] [PATCH 1/2] layer.conf: Change dependency on meta-selinux to recommendation
on 24/09/2019 Paul Barker wrote:

> The recipe for cri-o already has an anonymous Python function in place
> to skip the recipe if dependencies are not found so there's no need to
> force inclusion of the meta-selinux layer.
> 
> Signed-off-by: Paul Barker <paul at betafive.co.uk>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 23efcb8..958efd6 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -21,12 +21,12 @@ LAYERDEPENDS_virtualization-layer = " \
>      networking-layer \
>      filesystems-layer \
>      meta-python \
> -    selinux \
>  "
>  
>  # webserver: naigos requires apache2
>  LAYERRECOMMENDS_virtualization-layer = " \
>      webserver \
> +    selinux \
>  "
>  
>  # Override security flags
> -- 
> 2.23.0
> 
> -- 
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


More information about the meta-virtualization mailing list