summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_362.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_362.bb b/meta-oe/recipes-graphics/xorg-app/xterm_362.bb
index 3400034242..2bbcd9211c 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_362.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_362.bb
@@ -37,7 +37,12 @@ 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
40RPROVIDES_${PN} = "virtual/x-terminal-emulator"
41
40# busybox can supply resize too 42# busybox can supply resize too
41inherit update-alternatives 43inherit update-alternatives
42 44
43ALTERNATIVE_${PN} = "resize" 45ALTERNATIVE_${PN} = "resize x-terminal-emulator"
46ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/xterm"
47# rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm.
48ALTERNATIVE_PRIORITY[x-terminal-emulator] = "9"