summaryrefslogtreecommitdiff
path: root/packages/gdb/gdb-cross_6.3.bb
diff options
context:
space:
mode:
authorShane Volpe <shanevolpe@gmail.com>2007-02-07 20:28:39 +0000
committerCliff Brake <cbrake@bec-systems.com>2007-02-07 20:28:39 +0000
commit085c633b3088b9091308f8e09b70c4d7f0f21ae2 (patch)
tree8fea38aed241e5ed5c5237a5de19b2e93c3eaa2f /packages/gdb/gdb-cross_6.3.bb
parent24a15db7f3fcc37d4aab5a5f42a965c18c357ec5 (diff)
gdb-cross: fix issue where patch has already been applied to 6.6
gdb-cross version 6.6 fails the patch process because the sim-install.patch tries to apply patches to Makefile-common which have already been merged into gdm mainstream. Attached is a patch for OE that seperates the two patches in sim-install.patch so that gdb-cross 6.6 only applies the first one while gdb-cross 6.3 (which also uses the sim-install.patch applies both.
Diffstat (limited to 'packages/gdb/gdb-cross_6.3.bb')
-rw-r--r--packages/gdb/gdb-cross_6.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/gdb/gdb-cross_6.3.bb b/packages/gdb/gdb-cross_6.3.bb
index 9cc72cca69..5dd5cf5ac5 100644
--- a/packages/gdb/gdb-cross_6.3.bb
+++ b/packages/gdb/gdb-cross_6.3.bb
@@ -5,9 +5,12 @@ DEPENDS = "ncurses-native"
inherit autotools sdk
+PR = "r1"
+
S = "${WORKDIR}/gdb-${PV}"
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
- file://sim-install.patch;patch=1"
+ file://sim-install-makefile.patch;patch=1 \
+ file://sim-install-makefile-common.patch;patch=1"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gdb-${PV}"