aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:39:32 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:04 -0700
commit9f1729edd0a16dfdbbc0f01702edc913daedc588 (patch)
treea2e54c4578e2747c6c0b77207185adc31d5d4119 /recipes/gdb
parentb12d6432a110537db102bb3e132d90e374f9bf61 (diff)
downloadopenembedded-9f1729edd0a16dfdbbc0f01702edc913daedc588.tar.gz
gdb/gdbserver: Change RRECOMMENDS to use libc-{uclibc,glibc}
This fixes certain cases like linux-uclibcspe Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb-common.inc2
-rw-r--r--recipes/gdb/gdb.inc8
-rw-r--r--recipes/gdb/gdbserver.inc8
3 files changed, 5 insertions, 13 deletions
diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index 48a12d16e5..163f1a37e8 100644
--- a/recipes/gdb/gdb-common.inc
+++ b/recipes/gdb/gdb-common.inc
@@ -4,7 +4,7 @@ LICENSE="GPL"
SECTION = "devel"
PRIORITY = "optional"
-INC_PR = "r8"
+INC_PR = "r9"
inherit autotools
diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc
index f75b3b2e67..48160f5546 100644
--- a/recipes/gdb/gdb.inc
+++ b/recipes/gdb/gdb.inc
@@ -7,12 +7,8 @@ DEPENDS = "ncurses readline zlib flex-native bison-native"
PACKAGES =+ "gdbserver"
FILES_gdbserver = "${bindir}/gdbserver"
-RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
-RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
-
-RRECOMMENDS_gdb_append_linux-uclibc = " uclibc-thread-db "
-RRECOMMENDS_gdb_append_linux-uclibceabi = " uclibc-thread-db "
-RRECOMMENDS_gdb_append_linux-spe = " uclibc-thread-db "
+RRECOMMENDS_gdb_append_libc-glibc = " glibc-thread-db "
+RRECOMMENDS_gdb_append_libc-uclibc = " uclibc-thread-db "
inherit gettext
diff --git a/recipes/gdb/gdbserver.inc b/recipes/gdb/gdbserver.inc
index a976000418..e2253cc3f9 100644
--- a/recipes/gdb/gdbserver.inc
+++ b/recipes/gdb/gdbserver.inc
@@ -4,12 +4,8 @@ DEFAULT_PREFERENCE_avr32 = "-99"
FILES_gdbserver = "${bindir}/gdbserver"
-RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
-RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
-
-RRECOMMENDS_gdb_append_linux-uclibc = " uclibc-thread-db "
-RRECOMMENDS_gdb_append_linux-uclibceabi = " uclibc-thread-db "
-RRECOMMENDS_gdb_append_linux-spe = " uclibc-thread-db "
+RRECOMMENDS_gdb_append_libc-glibc = " glibc-thread-db "
+RRECOMMENDS_gdb_append_libc-uclibc = " uclibc-thread-db "
inherit gettext