]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
meta: stop using "virtual/" in RPROVIDES and RDEPENDS
authorMichael Opdenacker <michael.opdenacker@bootlin.com>
Wed, 1 Sep 2021 09:20:20 +0000 (11:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Sep 2021 13:16:16 +0000 (14:16 +0100)
commit93ac180d8c389f16964bce8bd5538d9389e970e6
tree826046e11907d7c7d590f268d5876cc099b41b98
parent9f4c95a874f6a463b7d56bacea9ba321e29499f9
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.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub-bootconf_1.00.bb
meta/recipes-bsp/grub/grub-efi_2.06.bb
meta/recipes-core/systemd/systemd-boot_249.3.bb
meta/recipes-core/systemd/systemd-bootconf_1.00.bb