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

Phil Blundell philb at gnu.org
Fri Aug 26 10:12:43 UTC 2011


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.






More information about the Openembedded-core mailing list