mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
rxvt-unicode: change virtual/x-terminal-emulator PROVIDES to RPROVIDES
The point of the virtual-x-terminal-emulator alternative was to provide a single binary that executes whatever terminal has been installed. This is a runtime choice, so should be RPROVIDES. This doesn't need built-time PROVIDES, which actively get in the way when multiple recipes are being built with the same PROVIDES. (From OE-Core rev: 841df9b9eba52b65456650bfd9f667d77072d6f8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
37213bb5d9
commit
fc67d71271
@@ -15,7 +15,7 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2
|
||||
|
||||
inherit autotools pkgconfig update-alternatives
|
||||
|
||||
PROVIDES = "virtual/x-terminal-emulator"
|
||||
RPROVIDES:${PN} = "virtual-x-terminal-emulator"
|
||||
ALTERNATIVE:${PN} = "x-terminal-emulator"
|
||||
ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user