summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-19 14:57:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-21 11:10:21 +0100
commit0c6aec8bd2e9ac9e7aab7170e06bd2f6b1ced8f4 (patch)
treed71a6de268b9bc60534595e28fc171ef3cf5b0c3 /meta/recipes-devtools/gdb/gdb-common.inc
parent32a0d1b89e9d5612b2346faf3d0004f8cf045357 (diff)
downloadpoky-0c6aec8bd2e9ac9e7aab7170e06bd2f6b1ced8f4.tar.gz
gdb: Upgrade 7.4 -> 7.5
This is a simple upgrade. Dropping the unneeded patches and adding --disable-werror to configure since thats is what one of the patch was doing which was dropped. (From OE-Core rev: 452f26b6d189b9fafba644e41921091925fb6a47) Signed-off-by: Khem Raj <raj.khem@gmail.com> 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.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 348bdeedc0..ea4098c723 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -12,7 +12,7 @@ LTTNGUST_mips64 = ""
12LTTNGUST_mips64el = "" 12LTTNGUST_mips64el = ""
13LTTNGUST_sh4 = "" 13LTTNGUST_sh4 = ""
14 14
15INC_PR = "r1" 15INC_PR = "r0"
16 16
17LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 17LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
18 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ 18 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
@@ -21,10 +21,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
21inherit autotools 21inherit autotools
22 22
23SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ 23SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
24 file://no-werror.patch" 24 "
25 25SRC_URI[md5sum] = "c9f5ed81008194f8f667f131234f3ef0"
26SRC_URI[md5sum] = "5fb7fca9ef7a9e3cfee0e2f2c0e52051" 26SRC_URI[sha256sum] = "8dcf38dd04f7f031b51d0672050d6b14626302ddc24d74e486b4666335de2df3"
27SRC_URI[sha256sum] = "f99d2be831ead324712ae4f11868e07e545272f10aac4186060f1386f2629b38"
28 27
29export CC_FOR_BUILD = "${BUILD_CC}" 28export CC_FOR_BUILD = "${BUILD_CC}"
30export CXX_FOR_BUILD = "${BUILD_CXX}" 29export CXX_FOR_BUILD = "${BUILD_CXX}"
@@ -39,7 +38,7 @@ EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
39 38
40EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}" 39EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}"
41 40
42EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ 41EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
43 --with-curses --disable-multilib --with-system-readline --disable-sim \ 42 --with-curses --disable-multilib --with-system-readline --disable-sim \
44 ${GDBPROPREFIX} ${EXPAT} \ 43 ${GDBPROPREFIX} ${EXPAT} \
45 ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ 44 ${@base_contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \