[OE-core] [PATCH 7/8] eglibc: Add RDEPENDS on bash

Phil Blundell pb at pbcl.net
Tue Jul 12 13:38:16 UTC 2011


On Thu, 2011-07-07 at 22:27 -0700, Khem Raj wrote:
> On 07/07/2011 06:15 PM, Saul Wold wrote:
> > On 07/07/2011 05:59 PM, Khem Raj wrote:
> >> While typo fix is ok why do we need dependency on bash ?
> >> If it is for ldd then there is already a fix to free it from bashism
> >> We should use that
> >
> > Where's the fix for ldd? I don't think its part of eglibc currently.
> 
> 0a831e2cd1c27d30cd76ddada9a44a703ab60f41 in oe.dev

As we discussed on IRC the other day, that patch is not really a
complete fix.  All it does is change the #!/bin/bash to #!/bin/sh
without addressing the parts of the script that actually use
bash-specific syntax.  In particular there are quite a lot of places
that use the $"string" gettext shorthand.

p.






More information about the Openembedded-core mailing list