[OE-core] [PATCH] tcl: fix tcl INCLUDE_SPEC and LIB_SPEC

Saul Wold sgw at linux.intel.com
Fri Jul 20 04:09:20 UTC 2012


On 07/18/2012 09:42 AM, Yao Zhao wrote:
> TCL_INCLUDE_SPEC -I/usr/include will cause problems cross configure/compile
> TCL_LIB_SPEC -L${libdir} will cause problems too when link.
>
> Signed-off-by: Yao Zhao <yao.zhao at windriver.com>
> ---
>   meta/recipes-devtools/tcltk/tcl_8.5.11.bb |    5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
> index 1d43371..d5cf6dc 100644
> --- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
> +++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
> @@ -46,8 +46,9 @@ do_install() {
>   	autotools_do_install
>   	oe_libinstall -so libtcl8.5 ${STAGING_LIBDIR}
>   	ln -sf ./tclsh8.5 ${D}${bindir}/tclsh
> -	sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh
> -	sed -i "s,-L${libdir},," tclConfig.sh
> +	#sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh
> +	sed -i "s,-L${libdir},-L=${libdir},g" tclConfig.sh
> +	sed -i "s,-I${includedir},-I=${includedir},g" tclConfig.sh
>   	install -d ${STAGING_BINDIR_CROSS}/
>   	install -m 0755 tclConfig.sh ${STAGING_BINDIR_CROSS}
>   	cd ..
>

Merged into OE-Core

Thanks
	Sau!




More information about the Openembedded-core mailing list