]> code.ossystems Code Review - openembedded-core.git/commitdiff
ncurses: add xterm-256color to terminfo-base
authorSaul Wold <sgw@linux.intel.com>
Fri, 12 Jul 2013 00:57:14 +0000 (17:57 -0700)
committerSaul Wold <sgw@linux.intel.com>
Fri, 12 Jul 2013 17:12:13 +0000 (10:12 -0700)
This is to address the buildtools-tarball still having problems with certain
xterms

[YOCTO #4835]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/ncurses/ncurses.inc

index 2ed1bba53efd5eceb0c1b84d543e5893e5b711b2..671daf89ec917cb34aa22b5b022a36f1886b9267 100644 (file)
@@ -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}"))"