summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
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}"