gdb: only RRECOMMEND glibc stuff when building for glibc, the check isn't optimal
authorKoen Kooi <koen@openembedded.org>
Mon, 14 May 2007 16:10:34 +0000 (16:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 14 May 2007 16:10:34 +0000 (16:10 +0000)
packages/gdb/gdb_6.6.bb

index 1bfe3df..7be4440 100644 (file)
@@ -4,12 +4,13 @@ LICENSE="GPL"
 SECTION = "devel"
 PRIORITY = "optional"
 DEPENDS = "ncurses readline"
-PR = "r0"
+PR = "r1"
 
 PACKAGES =+ 'gdbserver '
 FILES_gdbserver = '${bindir}/gdbserver'
 
-RRECOMMENDS_gdb = "glibc-thread-db"
+#only append it for glib, not for uclibcc
+RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
 
 inherit autotools gettext