diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-09-19 14:57:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-21 11:10:21 +0100 |
commit | 0c6aec8bd2e9ac9e7aab7170e06bd2f6b1ced8f4 (patch) | |
tree | d71a6de268b9bc60534595e28fc171ef3cf5b0c3 /meta/recipes-devtools/gdb/gdb.inc | |
parent | 32a0d1b89e9d5612b2346faf3d0004f8cf045357 (diff) | |
download | poky-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.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index c1ad83ae04..a620eca501 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
@@ -5,7 +5,6 @@ inherit gettext | |||
5 | SRC_URI += "file://kill_arm_map_symbols.patch \ | 5 | SRC_URI += "file://kill_arm_map_symbols.patch \ |
6 | file://gdbserver-cflags-last.diff;striplevel=0 \ | 6 | file://gdbserver-cflags-last.diff;striplevel=0 \ |
7 | file://renesas-sh-native-support.patch \ | 7 | file://renesas-sh-native-support.patch \ |
8 | file://siginfo_t.patch \ | ||
9 | " | 8 | " |
10 | #LDFLAGS_append = " -s" | 9 | #LDFLAGS_append = " -s" |
11 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" | 10 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" |