[oe-commits] Seth Bollinger : ncurses-terminfo: Remove bashism from basic terminfo installation

git at git.openembedded.org git at git.openembedded.org
Fri Nov 1 17:49:55 UTC 2013


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

Author: Seth Bollinger <seth.boll at gmail.com>
Date:   Sat Oct 26 09:23:24 2013 -0500

ncurses-terminfo: Remove bashism from basic terminfo installation

The vtX terminfo files aren't being copied on systems where bash isn't
the default shell (debian, etc.).  I removed the bash specific syntax
so the files are properly copied on these systems.

Signed-off-by: Seth Bollinger <seth.boll at gmail.com>
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 671daf8..01cdf13 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 xterm-256color
+        for x in ansi console dumb linux rxvt screen sun vt52 vt100 vt102 vt200 vt220 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