]> code.ossystems Code Review - openembedded-core.git/commit
ncurses: move only libncurses and libtinfo to base_libdir
authorScott Garman <scott.a.garman@intel.com>
Sat, 10 Mar 2012 04:47:12 +0000 (20:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 11:51:45 +0000 (11:51 +0000)
commitccd370ab147b78de7a5bd74818f755f4d3ca6d81
treeaf79451710416ef344dbc244230275ec5b4057e1
parent71062c1e0fb45a4b4e58ea5d217706aa2b402d88
ncurses: move only libncurses and libtinfo to base_libdir

The previous approach to moving the ncurses libraries to
base_libdir was too aggressive, and it broke curses support
in python.

Instead, move only libncurses, libncursesw, and libtinfo to
base_libdir and leave the remaining libraries in libdir.

Also delete ${libdir}/terminfo as it never gets packaged to
avoid a QA warning.

This fixes [YOCTO #2070] and is a partial fix for [YOCTO #1937].

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-core/ncurses/ncurses.inc