From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] apmd: use ${HOST_SYS}-libtool
Date: Wed, 28 Sep 2011 21:40:28 +0100 [thread overview]
Message-ID: <1317242435.12332.70.camel@ted> (raw)
In-Reply-To: <4E830E1E.3030404@mentor.com>
On Wed, 2011-09-28 at 16:07 +0400, Andrew Gabbasov wrote:
> libtool-cross uses ${HOST_SYS}- prefix while building and installing.
> In some cases that may be different from ${TARGET_PREFIX}, that is currently
> used in apmd recipe. It's better to have them consistent.
>
> Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
> ---
> meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
> index e80e108..bf53cc6 100644
> --- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
> +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
> @@ -34,7 +34,7 @@ INITSCRIPT_PARAMS = "defaults"
>
> do_compile() {
> # apmd doesn't use whole autotools. Just libtool for installation
> - oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool" apm apmd
> + oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" apm apmd
> }
>
> do_install() {
I merged this and your three other patches to master, thanks.
Richard
prev parent reply other threads:[~2011-09-28 20:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-28 12:07 [PATCH] apmd: use ${HOST_SYS}-libtool Andrew Gabbasov
2011-09-28 20:40 ` Richard Purdie [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=1317242435.12332.70.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--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