mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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:
committed by
Armin Kuster
parent
1c108774c9
commit
20af599f61
@@ -27,3 +27,8 @@ do_configure() {
|
||||
}
|
||||
|
||||
FILES_${PN} += "/usr/lib/X11"
|
||||
|
||||
# busybox can supply resize too
|
||||
inherit update-alternatives
|
||||
|
||||
ALTERNATIVE_${PN} = "resize"
|
||||
|
||||
Reference in New Issue
Block a user