diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-09-01 13:57:17 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-01 08:25:42 -0700 |
| commit | 103ca6420377f3e10aed7f463910ef6918f6726c (patch) | |
| tree | 0cc4657d15ec2f057018325c30e8a665d22bf064 | |
| parent | 188b85e73f44220a95a811618f65d758912ab8bd (diff) | |
| download | meta-openembedded-103ca6420377f3e10aed7f463910ef6918f6726c.tar.gz | |
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>
| -rw-r--r-- | meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb | 2 | ||||
| -rw-r--r-- | 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 93ef228efe..c85293aa5c 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() { | |||
| 33 | install -m 0755 openbox-xdgmenu ${D}${bindir} | 33 | install -m 0755 openbox-xdgmenu ${D}${bindir} |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | RDEPENDS:${PN} += "virtual/x-terminal-emulator" | 36 | 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 81bfcf1142..ee25dc872c 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() { | |||
| 37 | oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}" | 37 | oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}" |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | RPROVIDES:${PN} = "virtual/x-terminal-emulator" | 40 | RPROVIDES:${PN} = "virtual-x-terminal-emulator" |
| 41 | 41 | ||
| 42 | # busybox can supply resize too | 42 | # busybox can supply resize too |
| 43 | inherit update-alternatives | 43 | inherit update-alternatives |
