[OE-core] [PATCH] cml1.bbclass: fix kernel menuconfig

Richard Purdie richard.purdie at linuxfoundation.org
Wed Sep 12 13:31:50 UTC 2012


On Wed, 2012-09-12 at 15:19 +0200, Andreas Müller wrote:
> At some host environments the menuconfig displayed wrong characters ang turned
> unusable.
> 
> Similar suggested in [1]
> 
> [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-August/027130.html
> 
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  meta/classes/cml1.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass
> index 67f17ad..c773684 100644
> --- a/meta/classes/cml1.bbclass
> +++ b/meta/classes/cml1.bbclass
> @@ -9,7 +9,7 @@ addtask configure after do_unpack do_patch before do_compile
>  
>  inherit terminal
>  
> -OE_TERMINAL_EXPORTS += "HOST_EXTRACFLAGS HOSTLDFLAGS HOST_LOADLIBES"
> +OE_TERMINAL_EXPORTS += "HOST_EXTRACFLAGS HOST_LOADLIBES"
>  HOST_EXTRACFLAGS = "${BUILD_CFLAGS} ${BUILD_LDFLAGS}"
>  HOSTLDFLAGS = "${BUILD_LDFLAGS}"
>  HOST_LOADLIBES = "-lncurses"

This effectively just reverts the previous change. The real problem is
that ncurses-native is broken. Could we figure out how/why
ncurses-native is broken and fix the real problem rather than hacking
around it please?

FWIW I've been unable to reproduce this locally :(.

Cheers,

Richard





More information about the Openembedded-core mailing list