xterm: add update-alternatives for resize to avoid conflict with busybox

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Andreas Müller 2018-03-28 14:20:42 +02:00 committed by Armin Kuster
parent 1c108774c9
commit 20af599f61

View File

@ -27,3 +27,8 @@ do_configure() {
}
FILES_${PN} += "/usr/lib/X11"
# busybox can supply resize too
inherit update-alternatives
ALTERNATIVE_${PN} = "resize"