mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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:
committed by
Khem Raj
parent
188b85e73f
commit
103ca64203
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user