aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb_7.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-09 19:04:02 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-09 19:04:02 -0700
commit8b17bc55a9191ff36a0788aac87da522286714d8 (patch)
tree55c2429042fa5787ecb1ce954afa619f5ef4fdb0 /recipes/gdb/gdb_7.1.bb
parentbfe9198ddabf08f84c744dcbf82d4a52c295508d (diff)
downloadopenembedded-8b17bc55a9191ff36a0788aac87da522286714d8.tar.gz
gdb_7.1: Add patch to shut a warning when we boot into shell.
* [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for * device] this warning is pretty annoying when debugging on a shell which does not have a proper console device allocated and no job control. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gdb/gdb_7.1.bb')
-rw-r--r--recipes/gdb/gdb_7.1.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/gdb/gdb_7.1.bb b/recipes/gdb/gdb_7.1.bb
index 5489c80b61..a73eb72a7d 100644
--- a/recipes/gdb/gdb_7.1.bb
+++ b/recipes/gdb/gdb_7.1.bb
@@ -1,8 +1,11 @@
require gdb.inc
LICENSE = "GPLv3"
-SRC_URI += "\
- file://gdb-6.8-fix-compile-karmic.patch"
+PR = "r1"
+
+SRC_URI += "file://gdb-6.8-fix-compile-karmic.patch \
+ file://gdb-tcsetpgrp.patch \
+ "
# Work-around problems while creating libbfd.a
EXTRA_OECONF += "--enable-static"