[OE-core] [PATCH v1] ncurses: fixes wrong paths in BINCONFIG

Khem Raj raj.khem at gmail.com
Sun Dec 20 21:47:39 UTC 2015


On Sun, Dec 20, 2015 at 8:40 AM, Ming Liu <liu.ming50 at gmail.com> wrote:
> From: Ming Liu <peter.x.liu at external.atlascopco.com>
>
> * Removes ncurses-config from BINCONFIG, that file does not exist at all.
> * Adds in ncurses5-config and ncursesw5-config to BINCONFIG.
>
> This fixed following warnings during SDK install:
>   warning: Removing ncurses-dev-5.9-r15.1 at lib32_x86 due to file /usr/bin/ncurses5-config conflicting with ncurses-dev-5.9-r15.1 at core2_64
>   warning: Removing ncurses-dev-5.9-r15.1 at lib32_x86 due to file /usr/bin/ncursesw5-config conflicting with ncurses-dev-5.9-r15.1 at core2_64

This patch moved it to PN instead of PN-dev, now I wonder what happens
if you were to install PN and lib32-PN packages, I guess you might
have same problem


>
> [YOCTO #8801]
>
> 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..27815b8 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"
>
>  inherit autotools binconfig-disabled multilib_header pkgconfig
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list