Apply patch to gdb to ensure its libbfd accepts the linux-uclibc target os.
authorChris Larson <clarson@kergoth.com>
Thu, 5 Aug 2004 01:12:17 +0000 (01:12 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 5 Aug 2004 01:12:17 +0000 (01:12 +0000)
BKrev: 41118971_dzT9C70OmMSOuBGfGGxeQ

gdb/gdb-6.1/uclibc.patch [new file with mode: 0644]
gdb/gdb_6.1.oe

diff --git a/gdb/gdb-6.1/uclibc.patch b/gdb/gdb-6.1/uclibc.patch
new file mode 100644 (file)
index 0000000..e69de29
index 76ac5c0..849d2da 100644 (file)
@@ -2,14 +2,15 @@ DESCRIPTION = "gdb - GNU debugger"
 SECTION = "base"
 PRIORITY = "optional"
 MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses readline"
 
 PACKAGES =+ 'gdbserver '
 FILES_gdbserver = '${bindir}/gdbserver'
 
 inherit autotools
 
-SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
+          file://uclibc.patch;patch=1"
 
 LDFLAGS_append = " -s"
 export CC_FOR_BUILD = "${BUILD_CC}"