mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user