From: Dmitry Baryshkov <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 8826791d795e65851ad20bbc0f34e74b2bf72e07)
---
meta-oe/recipes-graphics/xorg-app/xterm_353.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_353.bb
b/meta-oe/recipes-graphics/xorg-app/xterm_353.bb
index 6376388c2757..06c285924d65 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_353.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_353.bb
@@ -37,7 +37,12 @@ do_install_append() {
oe_runmake install-desktop DESTDIR="${D}"
DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}"
}
+RPROVIDES_${PN} = "virtual/x-terminal-emulator"
+
# busybox can supply resize too
inherit update-alternatives
-ALTERNATIVE_${PN} = "resize"
+ALTERNATIVE_${PN} = "resize x-terminal-emulator"
+ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/xterm"
+# rxvt-unicode defaults to priority 10. Let's be one point lower to let it
override xterm.
+ALTERNATIVE_PRIORITY[x-terminal-emulator] = "9"
--
2.29.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88594):
https://lists.openembedded.org/g/openembedded-devel/message/88594
Mute This Topic: https://lists.openembedded.org/mt/79489269/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-