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:
dbcf121
)
glibc: don't rdepend on bash, bitbake doesn't like thatd
author
Koen Kooi
<koen@openembedded.org>
Thu, 15 Feb 2007 10:09:15 +0000
(10:09 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 15 Feb 2007 10:09:15 +0000
(10:09 +0000)
packages/glibc/glibc.inc
patch
|
blob
|
history
diff --git
a/packages/glibc/glibc.inc
b/packages/glibc/glibc.inc
index
20b4652
..
7078a1c
100644
(file)
--- a/
packages/glibc/glibc.inc
+++ b/
packages/glibc/glibc.inc
@@
-5,4
+5,5
@@
PRIORITY = "required"
LICENSE = "LGPL"
PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
-RDEPENDS_ldd += " bash"
+#this leads to circular deps, so lets not add it yet
+#RDEPENDS_ldd += " bash"