From 263e4d3d4e36ccdbd660ba252f5eee6309a130cf Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 6 Sep 2021 10:28:21 -0400 Subject: virtual/runc: don't rprovide virtual/ Similar to the oe-core commit: commit 93ac180d8c389f16964bce8bd5538d9389e970e6 Author: Michael Opdenacker Date: Wed Sep 1 11:20:20 2021 +0200 meta: stop using "virtual/" in RPROVIDES and RDEPENDS Fixes [YOCTO #14538] Recipes shouldn't use the "virtual/" string in RPROVIDES and RDEPENDS. That's confusing because "virtual/" has no special meaning in RPROVIDES and RDEPENDS (unlike in PROVIDES and DEPENDS). Instead, using "virtual-" instead of "virtual/" as already done in the glibc recipe. We stop rproviding virtual/runc to keep the namespace clean. There aren't many users of this virtual provides, but we keep it around (for now) to maintain compatibility. At the same time we convert the RPROVIDES to virtual-runc, to keep it available and consistent with oe-core use virtual-libc, etc. Signed-off-by: Bruce Ashfield --- recipes-core/packagegroups/packagegroup-container.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/packagegroups') diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb index 82d4a2e7..5d87e8ec 100644 --- a/recipes-core/packagegroups/packagegroup-container.bb +++ b/recipes-core/packagegroups/packagegroup-container.bb @@ -35,7 +35,7 @@ RDEPENDS:packagegroup-podman = " \ " RDEPENDS:packagegroup-oci = " \ - virtual/runc \ + virtual-runc \ oci-systemd-hook \ oci-runtime-tools \ oci-image-tools \ -- cgit v1.2.3-54-g00ecf