[OE-core] [PATCH 02/10] eglibc-package: don't fail without localedef/gconv

Martin Jansa martin.jansa at gmail.com
Fri Aug 26 11:31:43 UTC 2011


On Fri, Aug 26, 2011 at 11:12:43AM +0100, Phil Blundell wrote:
> On Wed, 2011-07-20 at 23:06 +0200, Martin Jansa wrote:
> >-       mv ${D}${libdir}/gconv ${dest}${libdir}
> > +	if [ -f ${D}${libdir}/gconv ]; then
> > +		mv -f ${D}${libdir}/gconv ${dest}${libdir}
> > +	fi
> 
> This can't be right: gconv will be a directory if it exists at all and
> hence "test -f gconv" will never be true.
> 
> Since this patch was applied I'm getting a whole bunch of "installed but
> not shipped" warnings for /lib/gconv/*.  Could you please look into
> that?

You're right, sorry about that (I didn't notice that because I didn't
have them built at all and later didn't get that those not packaged
files are caused by me).

Sending patch changing it to -e in few seconds.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20110826/7964c312/attachment-0002.sig>


More information about the Openembedded-core mailing list