All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] ncurses: fixes wrong paths in BINCONFIG
@ 2015-12-20 16:40 Ming Liu
  2015-12-20 21:47 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Ming Liu @ 2015-12-20 16:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: yue.tao, Ming Liu

From: Ming Liu <peter.x.liu@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@lib32_x86 due to file /usr/bin/ncurses5-config conflicting with ncurses-dev-5.9-r15.1@core2_64
  warning: Removing ncurses-dev-5.9-r15.1@lib32_x86 due to file /usr/bin/ncursesw5-config conflicting with ncurses-dev-5.9-r15.1@core2_64

[YOCTO #8801]

Signed-off-by: Ming Liu <peter.x.liu@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] ncurses: fixes wrong paths in BINCONFIG
  2015-12-20 16:40 [PATCH v1] ncurses: fixes wrong paths in BINCONFIG Ming Liu
@ 2015-12-20 21:47 ` Khem Raj
  2015-12-21 15:01   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-12-20 21:47 UTC (permalink / raw)
  To: Ming Liu
  Cc: yue.tao, Ming Liu, Patches and discussions about the oe-core layer

On Sun, Dec 20, 2015 at 8:40 AM, Ming Liu <liu.ming50@gmail.com> wrote:
> From: Ming Liu <peter.x.liu@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@lib32_x86 due to file /usr/bin/ncurses5-config conflicting with ncurses-dev-5.9-r15.1@core2_64
>   warning: Removing ncurses-dev-5.9-r15.1@lib32_x86 due to file /usr/bin/ncursesw5-config conflicting with ncurses-dev-5.9-r15.1@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] ncurses: fixes wrong paths in BINCONFIG
  2015-12-20 21:47 ` Khem Raj
@ 2015-12-21 15:01   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2015-12-21 15:01 UTC (permalink / raw)
  To: Khem Raj
  Cc: Yue Tao, Patches and discussions about the oe-core layer,
	Ming Liu, Ming Liu

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]

On 20 December 2015 at 21:47, Khem Raj <raj.khem@gmail.com> wrote:

> 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
>

No it doesn't, binconfig.bbclass sets FILES_${PN}-dev += ${bindir}/*-config
so they were before and are now in ncurses-dev.

Ross

[-- Attachment #2: Type: text/html, Size: 786 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-21 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-20 16:40 [PATCH v1] ncurses: fixes wrong paths in BINCONFIG Ming Liu
2015-12-20 21:47 ` Khem Raj
2015-12-21 15:01   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.