Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] cml1.bbclass: fix kernel menuconfig
@ 2012-09-12 13:19 Andreas Müller
  2012-09-12 13:31 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2012-09-12 13:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: paul.eggleton

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@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"
-- 
1.7.6.5




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

end of thread, other threads:[~2012-09-12 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 13:19 [PATCH] cml1.bbclass: fix kernel menuconfig Andreas Müller
2012-09-12 13:31 ` Richard Purdie
2012-09-12 13:38   ` Bruce Ashfield
2012-09-12 14:21     ` Samuel Stirtzel
2012-09-12 14:22       ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox