mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 22:54:41 +02: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