From 936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 28 Jun 2010 08:51:08 -0700 Subject: gdb family: upgrade from 6.8 to 7.1 upgraded gdb, gdb-cross & gdb-cross-canadian recipes. ignore_whitespace_changes.patch : this patch is not needed anymore because the newer version fixed the issue differently. rebased other patches to the newer version of the source code. Added the --with-libelf line in the gdb-common.inc to fix a configure faulre. Signed-off-by: Nitin A Kamble --- meta/packages/gdb/gdb.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta/packages/gdb/gdb.inc') diff --git a/meta/packages/gdb/gdb.inc b/meta/packages/gdb/gdb.inc index fbfb9ad56..0ddd90b19 100644 --- a/meta/packages/gdb/gdb.inc +++ b/meta/packages/gdb/gdb.inc @@ -2,10 +2,8 @@ require gdb-common.inc inherit gettext -SRC_URI += "file://kill_arm_map_symbols.patch;patch=1 \ - file://gdbserver-cflags-last.diff;patch=1;pnum=0 \ - file://ignore_whitespace_changes.patch;patch=1 " - +SRC_URI += "file://kill_arm_map_symbols.patch \ + file://gdbserver-cflags-last.diff;striplevel=0 " #LDFLAGS_append = " -s" #export CFLAGS_append=" -L${STAGING_LIBDIR}" -- cgit v1.2.3