]> code.ossystems Code Review - openembedded-core.git/commit
ncurses: libcurses.so should link to libncurses.so
authorSaul Wold <sgw@linux.intel.com>
Wed, 7 Dec 2011 20:00:03 +0000 (12:00 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2011 21:50:07 +0000 (21:50 +0000)
commit6e3a0c0eb6938f3f04fb42784fe1744f30762d3b
tree922d5080c98863f25ba80b35bb3b174a8ccddf4f
parentc9a420be15d54a8494cb45d6c932b86895e94e13
ncurses: libcurses.so should link to libncurses.so

The current libcurses (backward compat) links to libncurses.so.5.9,
this causes a problem since this library also needs libtinfo, the
libncurses.so, uses a "ld script" to include both, libcurses.so
should point to libncurses.so (the script) not the library.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/ncurses/ncurses.inc