All of lore.kernel.org
 help / color / mirror / Atom feed
From: wenzong fan <wenzong.fan@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2 4/4] tcl: clean host path in tclConfig.sh
Date: Mon, 17 Nov 2014 10:08:54 +0800	[thread overview]
Message-ID: <546958B6.20605@windriver.com> (raw)
In-Reply-To: <50ca2bbefd3b432d2ced6e5fdf8fb396636d55c4.1415957951.git.wenzong.fan@windriver.com>

Oops, the tcl patch will cause "expect 5.45" configure failures, please 
ignore it for now.

// Wenzong

On 11/14/2014 05:44 PM, wenzong.fan@windriver.com wrote:
> From: Shiqun Lin <Shiqun.Lin@windriver.com>
>
> * /usr/bin/crossscripts/tclConfig.sh
>
> Signed-off-by: Shiqun Lin <Shiqun.Lin@windriver.com>
> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
> ---
>   meta/recipes-devtools/tcltk/tcl_8.6.2.bb |    5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb b/meta/recipes-devtools/tcltk/tcl_8.6.2.bb
> index 75fef01..34f3e87 100644
> --- a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb
> +++ b/meta/recipes-devtools/tcltk/tcl_8.6.2.bb
> @@ -58,6 +58,11 @@ do_install() {
>   	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
> +	sed -i "/TCL_CC/s,\(--sysroot=\).*,--sysroot= '," tclConfig.sh
> +	sed -i "/TCL_BUILD_LIB_SPEC/s,-L${STAGING_LIBDIR},-L${libdir}," tclConfig.sh
> +	sed -i "/TCL_SRC_DIR/s,${STAGING_INCDIR},${includedir}," tclConfig.sh
> +	sed -i "/TCL_BUILD_STUB_LIB_SPEC/s,-L${STAGING_LIBDIR},-L${libdir}," tclConfig.sh
> +	sed -i "/TCL_BUILD_STUB_LIB_PATH/s,${STAGING_INCDIR},${includedir}," tclConfig.sh
>   	install -d ${D}${bindir_crossscripts}
>   	install -m 0755 tclConfig.sh ${D}${bindir_crossscripts}
>   	install -m 0755 tclConfig.sh ${D}${libdir}
>


      reply	other threads:[~2014-11-17  2:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-14  9:44 [PATCH v2 0/4] Clean host path in target scripts wenzong.fan
2014-11-14  9:44 ` [PATCH v2 1/4] bash: clean host path in bashbug wenzong.fan
2014-11-14  9:44 ` [PATCH v2 2/4] e2fsprogs: clean host path in compile_et, mk_cmds wenzong.fan
2014-11-14  9:44 ` [PATCH v2 3/4] bind: clean host path in isc-config.sh wenzong.fan
2014-11-14  9:44 ` [PATCH v2 4/4] tcl: clean host path in tclConfig.sh wenzong.fan
2014-11-17  2:08   ` wenzong fan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=546958B6.20605@windriver.com \
    --to=wenzong.fan@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.