diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-07-11 17:57:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-13 18:23:38 +0100 |
commit | caa4130c685f04e2c9ac06126d4a8b09fa161cf6 (patch) | |
tree | 6e0250c9beb75859d5c337eb56f2f1999c4b14c0 | |
parent | 88ff9e014202f3f4b03b34fe372dd8f7ebd263f9 (diff) | |
download | poky-caa4130c685f04e2c9ac06126d4a8b09fa161cf6.tar.gz |
ncurses: add xterm-256color to terminfo-base
This is to address the buildtools-tarball still having problems with certain
xterms
[YOCTO #4835]
(From OE-Core rev: b367466287e6b1793c38afce6a9524130c48cf86)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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() { | |||
174 | 174 | ||
175 | # include some basic terminfo files | 175 | # include some basic terminfo files |
176 | # stolen ;) from gentoo and modified a bit | 176 | # stolen ;) from gentoo and modified a bit |
177 | for x in ansi console dumb linux rxvt screen sun vt{52,100,102,200,220} xterm-color xterm-xfree86 | 177 | for x in ansi console dumb linux rxvt screen sun vt{52,100,102,200,220} xterm-color xterm-xfree86 xterm-256color |
178 | do | 178 | do |
179 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" | 179 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" |
180 | local basedir="$(basename $(dirname "${termfile}"))" | 180 | local basedir="$(basename $(dirname "${termfile}"))" |