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.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to