All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] meta-oe: stop using "virtual/" in RPROVIDES and RDEPENDS
@ 2021-09-01 11:57 Michael Opdenacker
  2021-09-01 11:57 ` [meta-multimedia][PATCH 2/2] meta-multimedia: " Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Opdenacker @ 2021-09-01 11:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Michael Opdenacker

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>
---
 .../gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb | 2 +-
 meta-oe/recipes-graphics/xorg-app/xterm_367.bb                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb b/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb
index 93ef228ef..c85293aa5 100644
--- a/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb
+++ b/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb
@@ -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"
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_367.bb b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb
index 81bfcf114..ee25dc872 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_367.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb
@@ -37,7 +37,7 @@ do_install:append() {
     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
 inherit update-alternatives
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-01 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 11:57 [meta-oe][PATCH 1/2] meta-oe: stop using "virtual/" in RPROVIDES and RDEPENDS Michael Opdenacker
2021-09-01 11:57 ` [meta-multimedia][PATCH 2/2] meta-multimedia: " Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.