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-common.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/packages/gdb/gdb-common.inc') diff --git a/meta/packages/gdb/gdb-common.inc b/meta/packages/gdb/gdb-common.inc index ef7d43b15..fcd911ab0 100644 --- a/meta/packages/gdb/gdb-common.inc +++ b/meta/packages/gdb/gdb-common.inc @@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/gdb/" LICENSE="GPLv3+" SECTION = "devel" PRIORITY = "optional" -DEPENDS = "ncurses readline" +DEPENDS = "ncurses readline elfutils" inherit autotools SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ - file://no-werror.patch;patch=1" + file://no-werror.patch" export CC_FOR_BUILD = "${BUILD_CC}" export CXX_FOR_BUILD = "${BUILD_CXX}" @@ -23,14 +23,14 @@ EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ --with-curses --disable-multilib --with-readline --disable-sim \ - ${GDBPROPREFIX}" + ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET}" GDBPROPREFIX = "--program-prefix=''" do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader # calls for now (cd ${S} && gnu-configize) || die "failure in running gnu-configize" - oe_runconf + oe_runconf } RRECOMMENDS_gdb_append_linux = " glibc-thread-db " -- cgit v1.2.3