summaryrefslogtreecommitdiff
path: root/packages/gdb/gdb_6.6.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-03-01 13:58:48 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-03-01 13:58:48 +0000
commita7a15cdd49ee5c04e30f5732f10c5c009088e405 (patch)
tree01f9101f12eddf5eb1857dc43d5c06c9d301c5e2 /packages/gdb/gdb_6.6.bb
parente15c35e1b62574a05435b6184a2309b0980ad7e1 (diff)
gdb-6.6: Added early_debug_in_nptl.patch as recommended in eglibc.org FAQ.
Diffstat (limited to 'packages/gdb/gdb_6.6.bb')
-rw-r--r--packages/gdb/gdb_6.6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gdb/gdb_6.6.bb b/packages/gdb/gdb_6.6.bb
index a558775ff4..c507a48aa8 100644
--- a/packages/gdb/gdb_6.6.bb
+++ b/packages/gdb/gdb_6.6.bb
@@ -1,3 +1,5 @@
require gdb.inc
-PR = "r3"
+PR = "r4"
+
+SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0"