All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ncurses: changes ncurses-config to ncurses5-config
@ 2015-12-16  1:14 Ming Liu
  2015-12-20 16:21 ` Ming Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Ming Liu @ 2015-12-16  1:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: yue.tao, Ming Liu

From: Ming Liu <peter.x.liu@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@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"
 
 inherit autotools binconfig-disabled multilib_header pkgconfig
 
-- 
1.9.1



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

* Re: [PATCH] ncurses: changes ncurses-config to ncurses5-config
  2015-12-16  1:14 [PATCH] ncurses: changes ncurses-config to ncurses5-config Ming Liu
@ 2015-12-20 16:21 ` Ming Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Ming Liu @ 2015-12-20 16:21 UTC (permalink / raw)
  To: OE-core; +Cc: yue.tao, Ming Liu

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

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

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

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16  1:14 [PATCH] ncurses: changes ncurses-config to ncurses5-config Ming Liu
2015-12-20 16:21 ` Ming Liu

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.