From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Chris Larson <chris_larson@mentor.com>
Subject: Re: [PATCH 1/3] libpcre: the generated libtool uses HOST_SYS
Date: Tue, 23 Aug 2011 20:43:45 -0700 [thread overview]
Message-ID: <4E547371.2010003@linux.intel.com> (raw)
In-Reply-To: <1313790985-3332-1-git-send-email-kergoth@gmail.com>
On 08/19/2011 02:56 PM, Chris Larson wrote:
> From: Chris Larson<chris_larson@mentor.com>
>
> Signed-off-by: Chris Larson<chris_larson@mentor.com>
> ---
> meta/recipes-support/libpcre/libpcre_8.12.bb | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb b/meta/recipes-support/libpcre/libpcre_8.12.bb
> index 9216777..24d91c3 100644
> --- a/meta/recipes-support/libpcre/libpcre_8.12.bb
> +++ b/meta/recipes-support/libpcre/libpcre_8.12.bb
> @@ -30,11 +30,11 @@ EXTRA_OECONF = " --with-link-size=2 --enable-newline-is-lf --with-match-limit=10
> do_compile () {
> # stop libtool from trying to link with host libraries - fix from #33
> # this resolve build problem on amd64 - #1015
> - if [ -e ${S}/${TARGET_SYS}-libtool ] ; then
> - sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${TARGET_SYS}-libtool
> + if [ -e ${S}/${HOST_SYS}-libtool ] ; then
> + sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${HOST_SYS}-libtool
> else
> - ln -sf ${S}/libtool ${S}/${TARGET_SYS}-libtool
> - sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${TARGET_SYS}-libtool
> + ln -sf ${S}/libtool ${S}/${HOST_SYS}-libtool
> + sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/${HOST_SYS}-libtool
> fi
>
> # The generation of dftables can lead to timestamp problems with ccache
This whole series was merged into OE-Core (3 of 3) total.
Thanks
Sau!
prev parent reply other threads:[~2011-08-24 3:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-19 21:56 [PATCH 1/3] libpcre: the generated libtool uses HOST_SYS Chris Larson
2011-08-19 21:56 ` [PATCH 2/3] rpm: be certain we don't prefix our binaries Chris Larson
2011-08-19 21:56 ` [PATCH 3/3] image_types_uboot: add uboot mkimage fs types Chris Larson
2011-08-24 3:43 ` 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=4E547371.2010003@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=chris_larson@mentor.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