gdb_6.3: remove discredited thumb breakpoint (SWI) patch
authorJohn Bowler <jbowler@nslu2-linux.org>
Sat, 24 Sep 2005 23:44:00 +0000 (23:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 24 Sep 2005 23:44:00 +0000 (23:44 +0000)
packages/gdb/gdb_6.3.bb

index cbd7d3f..9882550 100644 (file)
@@ -6,7 +6,7 @@ PRIORITY = "optional"
 MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
 DEPENDS = "ncurses readline"
 RDEPENDS_openmn = "libthread-db1"
-PR = "r1"
+PR = "r2"
 
 PACKAGES =+ 'gdbserver '
 FILES_gdbserver = '${bindir}/gdbserver'
@@ -17,9 +17,6 @@ SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
           file://uclibc.patch;patch=1 \
           file://gdbserver-cflags-last.diff;patch=1;pnum=0"
 
-# Patch the swi gdb is using for arm thumb code
-SRC_URI += "file://thumb-breakpoint.patch;patch=1"
-
 LDFLAGS_append = " -s"
 export CC_FOR_BUILD = "${BUILD_CC}"
 export CXX_FOR_BUILD = "${BUILD_CXX}"