diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-28 08:51:08 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 22:05:20 -0700 |
commit | 936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a (patch) | |
tree | c758f2ec55ab78fb71d962d85d82335b47f46c04 /meta/packages/gdb/gdb-cross_7.1.bb | |
parent | da46e7f70546c14ddd8efc0f64371b637092293d (diff) | |
download | poky-936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a.tar.gz |
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 <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/gdb/gdb-cross_7.1.bb')
-rw-r--r-- | meta/packages/gdb/gdb-cross_7.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/packages/gdb/gdb-cross_7.1.bb b/meta/packages/gdb/gdb-cross_7.1.bb new file mode 100644 index 0000000000..b0d0ab87c2 --- /dev/null +++ b/meta/packages/gdb/gdb-cross_7.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require gdb-cross.inc | ||
2 | |||
3 | SRC_URI += "file://sim-install-6.6.patch;patch=1" | ||
4 | |||
5 | PR = "r0" | ||