summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-08-05 22:35:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 13:41:20 +0100
commit7ae7e7e09a0ecb76413754c70e12fda14d64a0be (patch)
treefd6fc8546949cda5b7cca2ec2e7eaed38a3f9a32 /meta/recipes-devtools/gdb/gdb-common.inc
parent4a5336d403bb0b8dfe2e5f863288a7d3489132c2 (diff)
downloadpoky-7ae7e7e09a0ecb76413754c70e12fda14d64a0be.tar.gz
gdb: Update to 7.3
This has one upstream patch removed and a couple rebased (From OE-Core rev: e1e9ee24e82e0ad45cf18387e131d2365c8e77b4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 8ec373546d..df6c70f656 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -2,7 +2,9 @@ DESCRIPTION = "gdb - GNU debugger"
2HOMEPAGE = "http://www.gnu.org/software/gdb/" 2HOMEPAGE = "http://www.gnu.org/software/gdb/"
3LICENSE="GPLv3+" 3LICENSE="GPLv3+"
4SECTION = "devel" 4SECTION = "devel"
5DEPENDS = "ncurses readline elfutils" 5DEPENDS = "ncurses readline elfutils lttng-ust"
6
7INC_PR = "r2"
6 8
7LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
8 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ 10 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
@@ -13,6 +15,9 @@ inherit autotools
13SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ 15SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
14 file://no-werror.patch" 16 file://no-werror.patch"
15 17
18SRC_URI[md5sum] = "1d6b4e469270433583ef62a906c02fa8"
19SRC_URI[sha256sum] = "d1791d1f9d6c21ec265f4f74dadc15bc35698158a1b836d1626b9a69b818f5c5"
20
16export CC_FOR_BUILD = "${BUILD_CC}" 21export CC_FOR_BUILD = "${BUILD_CC}"
17export CXX_FOR_BUILD = "${BUILD_CXX}" 22export CXX_FOR_BUILD = "${BUILD_CXX}"
18export CPP_FOR_BUILD = "${BUILD_CPP}" 23export CPP_FOR_BUILD = "${BUILD_CPP}"
@@ -29,7 +34,6 @@ EXPAT = "--without-expat"
29EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ 34EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \
30 --with-curses --disable-multilib --with-system-readline --disable-sim \ 35 --with-curses --disable-multilib --with-system-readline --disable-sim \
31 ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \ 36 ${GDBPROPREFIX} --with-libelf=${STAGING_DIR_TARGET} ${EXPAT} \
32 --without-ust \
33 " 37 "
34 38
35GDBPROPREFIX = "--program-prefix=''" 39GDBPROPREFIX = "--program-prefix=''"