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-cross_7.4.1.bb | |
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-cross_7.4.1.bb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb deleted file mode 100644 index a14d0ba952..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require gdb-cross.inc | ||
2 | |||
3 | SRC_URI += "file://sim-install-6.6.patch" | ||
4 | |||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | S = "${WORKDIR}/${BPN}-${PV}" | ||