aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-11 17:57:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-13 18:23:38 +0100
commitcaa4130c685f04e2c9ac06126d4a8b09fa161cf6 (patch)
tree6e0250c9beb75859d5c337eb56f2f1999c4b14c0 /meta/recipes-core/ncurses/ncurses.inc
parent88ff9e014202f3f4b03b34fe372dd8f7ebd263f9 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses.inc')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc2
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}"))"