[OE-core] [PATCH] ncurses: changes ncurses-config to ncurses5-config

Ming Liu liu.ming50 at gmail.com
Sun Dec 20 16:21:14 UTC 2015


2015-12-16 2:14 GMT+01:00 Ming Liu <liu.ming50 at gmail.com>:

> From: Ming Liu <peter.x.liu at external.atlascopco.com>
>
> ncurses-config is a wrong name, there is not such file at all, changes it
> to ncurses5-config.
>
> Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
> ---
>  meta/recipes-core/ncurses/ncurses.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/ncurses/ncurses.inc
> b/meta/recipes-core/ncurses/ncurses.inc
> index 8bfe133..58e6281 100644
> --- a/meta/recipes-core/ncurses/ncurses.inc
> +++ b/meta/recipes-core/ncurses/ncurses.inc
> @@ -8,7 +8,7 @@ DEPENDS = "ncurses-native"
>  DEPENDS_class-native = ""
>  INC_PR = "r15"
>
> -BINCONFIG = "${bindir}/ncurses-config"
> +BINCONFIG = "${bindir}/ncurses5-config"
>

"${bindir}/ncursesw5-config" needs to be put into BINCONFIG as well,
otherwise, the SDK install process still reports file conflicting between
ncurses-dev and lib32-ncurses-dev as described in #8801. I will send the V1
soon.

//Ming Liu

>
>  inherit autotools binconfig-disabled multilib_header pkgconfig
>
> --
> 1.9.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20151220/a560d094/attachment-0002.html>


More information about the Openembedded-core mailing list