meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Renato Caldas <ml@calgera.com>
To: meta-virtualization@lists.yoctoproject.org
Cc: Renato Caldas <renato@calgera.com>
Subject: [meta-virtualization][PATCH] cri-o: drop unneeded dependency on virtual-containerd
Date: Thu,  6 Jul 2023 23:53:13 +0100	[thread overview]
Message-ID: <20230706225313.3085607-1-ml@calgera.com> (raw)

From: Renato Caldas <renato@calgera.com>

Signed-off-by: Renato Caldas <renato@calgera.com>
---
 recipes-containers/cri-o/cri-o_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 3b6bbf3..7ff3610 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -50,7 +50,7 @@ PACKAGECONFIG[selinux] = ",,libselinux"
 
 PACKAGES =+ "${PN}-config"
 
-RDEPENDS:${PN} += " virtual-containerd ${VIRTUAL-RUNTIME_container_runtime}"
+RDEPENDS:${PN} += " ${VIRTUAL-RUNTIME_container_runtime}"
 RDEPENDS:${PN} += " e2fsprogs-mke2fs conmon util-linux iptables conntrack-tools"
 
 inherit systemd
-- 
2.41.0



             reply	other threads:[~2023-07-06 22:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-06 22:53 Renato Caldas [this message]
2023-07-11 19:14 ` [meta-virtualization][PATCH] cri-o: drop unneeded dependency on virtual-containerd Bruce Ashfield

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=20230706225313.3085607-1-ml@calgera.com \
    --to=ml@calgera.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=renato@calgera.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).