[oe-commits] Saul Wold : ncurses: add xterm-256color to terminfo-base

git at git.openembedded.org git at git.openembedded.org
Sat Jul 13 20:58:51 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b367466287e6b1793c38afce6a9524130c48cf86
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b367466287e6b1793c38afce6a9524130c48cf86

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Jul 11 17:57:14 2013 -0700

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 at linux.intel.com>

---

 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 2ed1bba..671daf8 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}"))"



More information about the Openembedded-commits mailing list