glibc: don't rdepend on bash, bitbake doesn't like thatd
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 10:09:15 +0000 (10:09 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 10:09:15 +0000 (10:09 +0000)
packages/glibc/glibc.inc

index 20b4652..7078a1c 100644 (file)
@@ -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"