git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa95eff
)
gdb: only RRECOMMEND glibc stuff when building for glibc, the check isn't optimal
author
Koen Kooi
<koen@openembedded.org>
Mon, 14 May 2007 16:10:34 +0000
(16:10 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 14 May 2007 16:10:34 +0000
(16:10 +0000)
packages/gdb/gdb_6.6.bb
patch
|
blob
|
history
diff --git
a/packages/gdb/gdb_6.6.bb
b/packages/gdb/gdb_6.6.bb
index
1bfe3df
..
7be4440
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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