gdb-cross-sdk.inc: We must use do_configure_append
authorTom Rini <tom_rini@mentor.com>
Thu, 14 Oct 2010 00:44:07 +0000 (17:44 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 14 Oct 2010 00:44:07 +0000 (17:44 -0700)
commitd823e741892288283a5aaffe91693fefd8b973ed
treef6611ab51867e01210a7765d889971417e37d0cc
parentd021e2b933c13f9b2028207a6db0858c1fbb4359
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@mentor.com>
recipes/gdb/gdb-cross-sdk.inc