On Wed, Sep 12, 2012 at 9:31 AM, Richard Purdie <[email protected]> wrote: > 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 <[email protected]> >> --- >> 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 :(.
I've also tried to reproduce this periodically and have never seen it where I can debug it properly. I'm also not disputing that this is an issue .. just one I can't get at yet either. Cheers, Bruce > > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
