ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL
authorJason Wessel <jason.wessel@windriver.com>
Tue, 23 Apr 2013 15:26:12 +0000 (15:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2013 19:59:12 +0000 (20:59 +0100)
commit755581804f859a5f9b7522368d51b792642eb999
tree618522acd652848b2b25fd72548fd529a42e2fdf
parente1c58db10473afda531d57f23952966f9ac32f9a
ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL

The ncurses package was generating the following error as a result
of not specifing the PACKAGES_DYNAMIC correctly.  This error only
appear when using the IMAGE_INSTALL list that has been expanded by
the hob or from the pkgdata.

ERROR: Nothing RPROVIDES 'ncurses-libtinfo'

The dynamic packages are named using "${PN}-lib%s".  So we check for
${PN}-lib*

(From OE-Core rev: 67dd4e31272918e08b65b5c8d5d6b00e814dbf7f)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/ncurses/ncurses.inc