[oe] [oe-commits] org.oe.dev autotools.bbclass: from OM. Needed as commit 85a5e185b6a21e42e4243ad17befe40373025e0e alone will break uclibc/gettext builds.

Graeme Gregory dp at xora.org.uk
Mon May 12 09:20:07 UTC 2008


On Mon, May 12, 2008 at 02:17:23AM +0200, likewise commit wrote:
> autotools.bbclass: from OM. Needed as commit 85a5e185b6a21e42e4243ad17befe40373025e0e alone will break uclibc/gettext builds.
> 
I was specifically asked not to merge this from OM to OE until more
investigation was carried out.

> -		cp -fpPR "$from"/* "$to"
> +		cp -fpPR -t "$to" "$from"/*
>  
Isnt this a reverse diff of a previous change for no real reason?

> -				echo "oe_libinstall -C ${S} -so $(basename $i .la) ${STAGING_LIBDIR}/${dir}"
> -				oe_libinstall -C ${S} -so $(basename $i .la) ${STAGING_LIBDIR}/${dir}
> +				echo "oe_libinstall -C ${STAGE_TEMP}/${libdir}/${dir} -so $(basename $i .la) ${STAGING_LIBDIR}/${dir}"
> +				oe_libinstall -C ${STAGE_TEMP}/${libdir}/${dir} -so $(basename $i .la) ${STAGING_LIBDIR}/${dir}

And this section was under discussion with Holger, RP and myself.

I dont think this commit should have gone in without discussion.

Graeme





More information about the Openembedded-devel mailing list