All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Paul Barker <paul@betafive.co.uk>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [PATCH 1/2] layer.conf: Change dependency on meta-selinux to recommendation
Date: Thu, 26 Sep 2019 10:35:48 -0400	[thread overview]
Message-ID: <20190926143545.GA9611@gmail.com> (raw)
In-Reply-To: <20190924093737.265426-1-paul@betafive.co.uk>

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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


      parent reply	other threads:[~2019-09-26 14:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24  9:37 [PATCH 1/2] layer.conf: Change dependency on meta-selinux to recommendation Paul Barker
2019-09-24  9:37 ` [PATCH 2/2] netns: Fix build on qemux86-64 Paul Barker
2019-09-26 14:36   ` Bruce Ashfield
2019-09-26 14:35 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190926143545.GA9611@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=paul@betafive.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.