glibc: make explicit the (current) dependency of ldd on bash, partly closes 1788
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 15 Feb 2007 08:53:53 +0000 (08:53 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 15 Feb 2007 08:53:53 +0000 (08:53 +0000)
packages/glibc/glibc.inc

index b94b939..20b4652 100644 (file)
@@ -4,3 +4,5 @@ SECTION = "libs"
 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"