From: Jason Wessel Date: Tue, 23 Apr 2013 15:26:12 +0000 (+0000) Subject: ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c0274787744bd6e1c6303add35fd8b094dce89;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Mark Hatle Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index bcb9c943958..2ed1bba53ef 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -42,6 +42,8 @@ EXCONFIG_ARGS_virtclass-nativesdk = " \ --with-chtype='long' \ --with-mmask-t='long'" +PACKAGES_DYNAMIC = "^${PN}-lib.*" + # Fall back to the host termcap / terminfo for -nativesdk and -native # The reality is a work around for strange problems with things like # "bitbake -c menuconfig busybox" where it cannot find the terminfo