summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorSeth Bollinger <seth.boll@gmail.com>2013-10-26 09:23:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-12 17:00:09 +0000
commit664eb433d91185091e0f2101f49f6a8d772311a0 (patch)
treefc53ba21005323ed5fcd919ae25ed4e34673502c /meta/recipes-core
parent9be52e5f42094da9fb820a7aef871d5f7ef9e077 (diff)
downloadpoky-664eb433d91185091e0f2101f49f6a8d772311a0.tar.gz
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. (From OE-Core master rev: edd7d53c6149b27d5636a458db91650c8c400612) (From OE-Core rev: ccb25cd9df9ed4b84b74170336cfde5c1dc3d013) Signed-off-by: Seth Bollinger <seth.boll@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 671daf89ec..01cdf132da 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 xterm-256color 177 for x in ansi console dumb linux rxvt screen sun vt52 vt100 vt102 vt200 vt220 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}"))"