Skip to content

Commit d2ae597

Browse files
schnitzeltonyakuster
authored andcommitted
xterm: add update-alternatives for resize to avoid conflict with busybox
Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
1 parent 8800008 commit d2ae597

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta-oe/recipes-graphics/xorg-app/xterm_330.bb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ do_configure() {
2727
}
2828

2929
FILES_${PN} += "/usr/lib/X11"
30+
31+
# busybox can supply resize too
32+
inherit update-alternatives
33+
34+
ALTERNATIVE_${PN} = "resize"

0 commit comments

Comments
 (0)