summaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-cross-sdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gdb/gdb-cross-sdk.inc')
-rw-r--r--recipes/gdb/gdb-cross-sdk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc
index 1a9360dda4..43d13a5601 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