[oe-commits] Tom Rini : gdb/gdbserver: Change RRECOMMENDS to use libc-{uclibc, glibc}

git version control git at git.openembedded.org
Wed Jan 19 01:08:06 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9f1729edd0a16dfdbbc0f01702edc913daedc588
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9f1729edd0a16dfdbbc0f01702edc913daedc588

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:39:32 2011 -0700

gdb/gdbserver: Change RRECOMMENDS to use libc-{uclibc,glibc}

This fixes certain cases like linux-uclibcspe

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gdb/gdb-common.inc |    2 +-
 recipes/gdb/gdb.inc        |    8 ++------
 recipes/gdb/gdbserver.inc  |    8 ++------
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index 48a12d1..163f1a3 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 f75b3b2..48160f5 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 a976000..e2253cc 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
 





More information about the Openembedded-commits mailing list