diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-28 14:20:42 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-04-08 17:00:06 -0700 |
commit | 20af599f61671218a48f8c6f20afe1573dd4be2c (patch) | |
tree | fdefa8cad4694420b4689a94c89da55e7892936f | |
parent | 1c108774c9666269f4b72aaac7ef64249a6946bd (diff) | |
download | meta-openembedded-20af599f61671218a48f8c6f20afe1573dd4be2c.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_330.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb index e3bb0fb6eb..16f9b78824 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb | |||
@@ -27,3 +27,8 @@ do_configure() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += "/usr/lib/X11" | 29 | FILES_${PN} += "/usr/lib/X11" |
30 | |||
31 | # busybox can supply resize too | ||
32 | inherit update-alternatives | ||
33 | |||
34 | ALTERNATIVE_${PN} = "resize" | ||