aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gdb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-14 16:10:34 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-14 16:10:34 +0000
commit0992dcd0f125e74ee158b81cb219d12e7e3f86ed (patch)
treed38d527410af14bae6c04ef888c37abb35a2446d /packages/gdb
parentfa95eff78942ca4b28e62fe5f42739586cf7fa9b (diff)
downloadopenembedded-0992dcd0f125e74ee158b81cb219d12e7e3f86ed.tar.gz
gdb: only RRECOMMEND glibc stuff when building for glibc, the check isn't optimal
Diffstat (limited to 'packages/gdb')
-rw-r--r--packages/gdb/gdb_6.6.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gdb/gdb_6.6.bb b/packages/gdb/gdb_6.6.bb
index 1bfe3dfecf..7be444012d 100644
--- a/packages/gdb/gdb_6.6.bb
+++ b/packages/gdb/gdb_6.6.bb
@@ -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