[oe-commits] Tom Rini : gdb-cross-sdk.inc: We must use do_configure_append

git version control git at git.openembedded.org
Thu Oct 14 00:49:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d823e741892288283a5aaffe91693fefd8b973ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d823e741892288283a5aaffe91693fefd8b973ed

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Oct 13 17:44:07 2010 -0700

gdb-cross-sdk.inc: We must use do_configure_append

The goal is to have oe_runconf happen twice.  So we want
the normal gdb-cross.inc do_configure to happen so we get
an initial configure.  Then gdb-cross-sdk does its thing and
then we run oe_runconf again.

All of this shows that we really need to sit down and think and
test the dance we're doing here.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gdb/gdb-cross-sdk.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc
index 1a9360d..43d13a5 100644
--- a/recipes/gdb/gdb-cross-sdk.inc
+++ b/recipes/gdb/gdb-cross-sdk.inc
@@ -7,7 +7,7 @@ EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' L
 
 # Since we statically link against the required host libraries we don't 
 # add a depenency on the -sdk versions of them.
-do_configure () {
+do_configure_append () {
 	cd ${B}
 	oe_runmake configure-host
 	sed -e 's,-lncurses,${STAGING_LIBDIR_NATIVE}/libncurses.a ${STAGING_LIBDIR_NATIVE}/libtinfo.a ,g' -i ${B}/gdb/Makefile





More information about the Openembedded-commits mailing list