All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] cri-o: drop unneeded dependency on virtual-containerd
@ 2023-07-06 22:53 Renato Caldas
  2023-07-11 19:14 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Renato Caldas @ 2023-07-06 22:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Renato Caldas

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][PATCH] cri-o: drop unneeded dependency on virtual-containerd
  2023-07-06 22:53 [meta-virtualization][PATCH] cri-o: drop unneeded dependency on virtual-containerd Renato Caldas
@ 2023-07-11 19:14 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2023-07-11 19:14 UTC (permalink / raw)
  To: ml; +Cc: meta-virtualization, Renato Caldas

In message: [meta-virtualization][PATCH] cri-o: drop unneeded dependency on virtual-containerd
on 06/07/2023 Renato Caldas via lists.yoctoproject.org wrote:

> From: Renato Caldas <renato@calgera.com>

Indeed .. it really never did need to be there, it was always just tested with
both on the target, so it crept into the depends.

This is now merged.

Bruce

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

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8122): https://lists.yoctoproject.org/g/meta-virtualization/message/8122
> Mute This Topic: https://lists.yoctoproject.org/mt/99996198/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-11 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06 22:53 [meta-virtualization][PATCH] cri-o: drop unneeded dependency on virtual-containerd Renato Caldas
2023-07-11 19:14 ` Bruce Ashfield

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.