From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] tcl: fix tcl INCLUDE_SPEC and LIB_SPEC
Date: Thu, 19 Jul 2012 21:09:20 -0700 [thread overview]
Message-ID: <5008D9F0.8060305@linux.intel.com> (raw)
In-Reply-To: <1342629755-23841-1-git-send-email-yao.zhao@windriver.com>
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@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!
prev parent reply other threads:[~2012-07-20 4:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-18 16:42 [PATCH] tcl: fix tcl INCLUDE_SPEC and LIB_SPEC Yao Zhao
2012-07-20 4:09 ` Saul Wold [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=5008D9F0.8060305@linux.intel.com \
--to=sgw@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox