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?

thanks

p.



_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to