mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:46:15 +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:
parent
188b85e73f
commit
103ca64203
@ -33,4 +33,4 @@ do_install() {
|
|||||||
install -m 0755 openbox-xdgmenu ${D}${bindir}
|
install -m 0755 openbox-xdgmenu ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS:${PN} += "virtual/x-terminal-emulator"
|
RDEPENDS:${PN} += "virtual-x-terminal-emulator"
|
||||||
|
|||||||
@ -37,7 +37,7 @@ do_install:append() {
|
|||||||
oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}"
|
oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}"
|
||||||
}
|
}
|
||||||
|
|
||||||
RPROVIDES:${PN} = "virtual/x-terminal-emulator"
|
RPROVIDES:${PN} = "virtual-x-terminal-emulator"
|
||||||
|
|
||||||
# busybox can supply resize too
|
# busybox can supply resize too
|
||||||
inherit update-alternatives
|
inherit update-alternatives
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user