summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-08-05 01:12:17 +0000
committerChris Larson <clarson@kergoth.com>2004-08-05 01:12:17 +0000
commit933472cfee493b16e20d87a56339eeb46addf72f (patch)
tree260bad5e4dfcba505e4f917b54fefc51edb69d8b /gdb
parentf62e448e51080729710741ec2879652f363acc6b (diff)
Apply patch to gdb to ensure its libbfd accepts the linux-uclibc target os.
BKrev: 41118971_dzT9C70OmMSOuBGfGGxeQ
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdb-6.1/uclibc.patch0
-rw-r--r--gdb/gdb_6.1.oe5
2 files changed, 3 insertions, 2 deletions
diff --git a/gdb/gdb-6.1/uclibc.patch b/gdb/gdb-6.1/uclibc.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gdb/gdb-6.1/uclibc.patch
diff --git a/gdb/gdb_6.1.oe b/gdb/gdb_6.1.oe
index 76ac5c0dbe..849d2dac32 100644
--- a/gdb/gdb_6.1.oe
+++ b/gdb/gdb_6.1.oe
@@ -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}"