[oe-commits] org.oe.dev glibc: don't rdepend on bash, bitbake doesn't like thatd

koen commit openembedded-commits at lists.openembedded.org
Thu Feb 15 10:08:27 UTC 2007


glibc: don't rdepend on bash, bitbake doesn't like thatd

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 11f5c1370521fff0f2e5216de1d4e5b3c3e14b69
ViewMTN: http://monotone.openembedded.org/revision.psp?id=11f5c1370521fff0f2e5216de1d4e5b3c3e14b69
Files:
1
packages/glibc/glibc.inc
Diffs:

#
# mt diff -r6b6b0d7c846782c2b5d4caeeeae4267993616a7e -r11f5c1370521fff0f2e5216de1d4e5b3c3e14b69
#
# 
# 
# patch "packages/glibc/glibc.inc"
#  from [ab9a8d2d54be44cf30e90ac343df17f1de964a1a]
#    to [a46ea5caf65238db7902bb990b29ecea7cf9f676]
# 
============================================================
--- packages/glibc/glibc.inc	ab9a8d2d54be44cf30e90ac343df17f1de964a1a
+++ packages/glibc/glibc.inc	a46ea5caf65238db7902bb990b29ecea7cf9f676
@@ -5,4 +5,5 @@ PACKAGES = "glibc catchsegv sln nscd ldd
 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"
 
+#this leads to circular deps, so lets not add it yet
+#RDEPENDS_ldd += " bash"
-RDEPENDS_ldd += " bash"






More information about the Openembedded-commits mailing list