diff options
author | Renato Caldas <renato@calgera.com> | 2023-07-06 23:53:13 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-07-11 19:11:34 +0000 |
commit | 680f56d9e432c0cb7de41fe50610f218bf53ba1f (patch) | |
tree | 56826d8c847e5bbdfb1ed51cbde0643ab7c3b6f8 | |
parent | 7e6f503083e1d1fd1de78d297bc07eccbaab1a4b (diff) | |
download | meta-virtualization-680f56d9e432c0cb7de41fe50610f218bf53ba1f.tar.gz |
cri-o: drop unneeded dependency on virtual-containerd
Signed-off-by: Renato Caldas <renato@calgera.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 3b6bbf39..7ff3610f 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" | |||
50 | 50 | ||
51 | PACKAGES =+ "${PN}-config" | 51 | PACKAGES =+ "${PN}-config" |
52 | 52 | ||
53 | RDEPENDS:${PN} += " virtual-containerd ${VIRTUAL-RUNTIME_container_runtime}" | 53 | RDEPENDS:${PN} += " ${VIRTUAL-RUNTIME_container_runtime}" |
54 | RDEPENDS:${PN} += " e2fsprogs-mke2fs conmon util-linux iptables conntrack-tools" | 54 | RDEPENDS:${PN} += " e2fsprogs-mke2fs conmon util-linux iptables conntrack-tools" |
55 | 55 | ||
56 | inherit systemd | 56 | inherit systemd |