All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: liu.ming50@gmail.com
Cc: meta-virtualization@yoctoproject.org, stefan.agner@toradex.com
Subject: Re: [PATCH] cri-o: RDEPENDS on libdevmapper
Date: Mon, 9 Sep 2019 13:29:22 -0400	[thread overview]
Message-ID: <20190909172921.GC26811@gmail.com> (raw)
In-Reply-To: <1567739673-25907-1-git-send-email-liu.ming50@gmail.com>

merged

Bruce

In message: [meta-virtualization] [PATCH] cri-o: RDEPENDS on libdevmapper
on 06/09/2019 liu.ming50@gmail.com wrote:

> From: Ming Liu <liu.ming50@gmail.com>
> 
> Since comit 3f64779e in meta-oe:
> [ libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only ]
> 
> libdevmapper recipe does not provide package any more, we need RDEPENDS
> on libdevmapper which is being provided by lvm2 recipe.
> 
> Signed-off-by: Ming Liu <liu.ming50@gmail.com>
> ---
>  recipes-containers/cri-o/cri-o_git.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
> index b0c0ce4..c2b5f5c 100644
> --- a/recipes-containers/cri-o/cri-o_git.bb
> +++ b/recipes-containers/cri-o/cri-o_git.bb
> @@ -40,6 +40,7 @@ DEPENDS = " \
>      "
>  RDEPENDS_${PN} = " \
>      cni \
> +    libdevmapper \
>      "
>  
>  python __anonymous() {
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


      reply	other threads:[~2019-09-09 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-06  3:14 [PATCH] cri-o: RDEPENDS on libdevmapper liu.ming50
2019-09-09 17:29 ` 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=20190909172921.GC26811@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=liu.ming50@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=stefan.agner@toradex.com \
    /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.