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 /meta-oe/recipes-graphics/xorg-app | |
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>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_367.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
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 |