meta-oe: stop using "virtual/" in RPROVIDES and RDEPENDS

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 in OE-core

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Michael Opdenacker
2021-09-01 13:57:17 +02:00
committed by Khem Raj
parent 188b85e73f
commit 103ca64203
2 changed files with 2 additions and 2 deletions
@@ -33,4 +33,4 @@ do_install() {
install -m 0755 openbox-xdgmenu ${D}${bindir}
}
RDEPENDS:${PN} += "virtual/x-terminal-emulator"
RDEPENDS:${PN} += "virtual-x-terminal-emulator"