[oe-commits] Jeffrey C Honig : Help ncurses-native find terminfo on RHEL 6

git at git.openembedded.org git at git.openembedded.org
Sat Mar 2 12:56:50 UTC 2013


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

Author: Jeffrey C Honig <jeffrey.honig at windriver.com>
Date:   Thu Feb 28 21:12:51 2013 -0500

Help ncurses-native find terminfo on RHEL 6

[ CQID: WIND00405305 ]

When using ncurses from sstate cache it is not able to find terminfo
for screen on RHEL 6.  While RHEL 6 has /lib/terminfo, it is not
complete, the complete terminfo database is in /usr/share/terminfo.  This
results failure of programs linked to ncurses, such as menuconfig.

Signed-off-by: Jeffrey C Honig <jeffrey.honig at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/ncurses/ncurses.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 9250e9d..040495c 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
 SECTION = "libs"
 DEPENDS = "ncurses-native"
 DEPENDS_class-native = ""
-INC_PR = "r14"
+INC_PR = "r15"
 
 inherit autotools binconfig multilib_header
 
@@ -51,8 +51,8 @@ EX_TERMCAP = ""
 EX_TERMCAP_virtclass-native = ":/etc/termcap:/usr/share/misc/termcap"
 EX_TERMCAP_virtclass-nativesdk = ":/etc/termcap:/usr/share/misc/termcap"
 EX_TERMINFO = ""
-EX_TERMINFO_virtclass-native = ":/etc/terminfo:/usr/share/misc/terminfo:/lib/terminfo"
-EX_TERMINFO_virtclass-nativesdk = ":/etc/terminfo:/usr/share/misc/terminfo:/lib/terminfo"
+EX_TERMINFO_virtclass-native = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo"
+EX_TERMINFO_virtclass-nativesdk = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo"
 
 # Helper function for do_configure to allow multiple configurations
 # $1 the directory to run configure in





More information about the Openembedded-commits mailing list