[oe-commits] org.oe.dev glibc: make explicit the (current) dependency of ldd on bash, partly closes 1788

Laibsch commit openembedded-commits at lists.openembedded.org
Thu Feb 15 09:40:24 UTC 2007


glibc: make explicit the (current) dependency of ldd on bash, partly closes 1788

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

#
# mt diff -r84052d65fe06d7764f7779f4f2255c77f5347ca8 -ra2b67c601bd74ebe1f4de747850445a6dadb2436
#
# 
# 
# patch "packages/glibc/glibc.inc"
#  from [7e581ad508cf763060ca4a611b2708f2deefafca]
#    to [ab9a8d2d54be44cf30e90ac343df17f1de964a1a]
# 
============================================================
--- packages/glibc/glibc.inc	7e581ad508cf763060ca4a611b2708f2deefafca
+++ packages/glibc/glibc.inc	ab9a8d2d54be44cf30e90ac343df17f1de964a1a
@@ -1,6 +1,8 @@ PACKAGES = "glibc catchsegv sln nscd ldd
 DESCRIPTION = "GNU C Library"
 HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
 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"






More information about the Openembedded-commits mailing list