diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-11 17:57:14 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-12 10:12:13 -0700 |
commit | b367466287e6b1793c38afce6a9524130c48cf86 (patch) | |
tree | c00cc97364c4943f4c1c0de47f2d52181a89c0e5 /meta/recipes-core | |
parent | f6643c08c11fa8ff72172b76eb6dde2853971351 (diff) | |
download | openembedded-core-b367466287e6b1793c38afce6a9524130c48cf86.tar.gz openembedded-core-b367466287e6b1793c38afce6a9524130c48cf86.tar.bz2 openembedded-core-b367466287e6b1793c38afce6a9524130c48cf86.zip |
ncurses: add xterm-256color to terminfo-base
This is to address the buildtools-tarball still having problems with certain
xterms
[YOCTO #4835]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 2ed1bba53e..671daf89ec 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -174,7 +174,7 @@ shell_do_install() { # include some basic terminfo files # stolen ;) from gentoo and modified a bit - for x in ansi console dumb linux rxvt screen sun vt{52,100,102,200,220} xterm-color xterm-xfree86 + for x in ansi console dumb linux rxvt screen sun vt{52,100,102,200,220} xterm-color xterm-xfree86 xterm-256color do local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" local basedir="$(basename $(dirname "${termfile}"))" |