From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] libacpi: SET OE LDFLAGS in recipe
Date: Sun, 20 Feb 2011 14:32:38 -0700 [thread overview]
Message-ID: <4D618876.7020302@mentor.com> (raw)
In-Reply-To: <1298232756-24526-1-git-send-email-pespin.shar@gmail.com>
On 02/20/2011 01:12 PM, Pau Espin Pedrol wrote:
> Fixes ld problem related to GNU_HASH
> ---
> recipes/libacpi/libacpi_0.2.bb | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/libacpi/libacpi_0.2.bb b/recipes/libacpi/libacpi_0.2.bb
> index 458fc30..77d266b 100644
> --- a/recipes/libacpi/libacpi_0.2.bb
> +++ b/recipes/libacpi/libacpi_0.2.bb
> @@ -14,6 +14,8 @@ FILES_${PN}-bin = "${bindir}"
>
> COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
>
> +EXTRA_OEMAKE = "LDFLAGS='${LDFLAGS}'"
> +
> do_install() {
> oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
> }
Note, in the future please see
http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded
and be sure to included a Signed-off-by line. Thanks again for your
contribution!
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2011-02-20 21:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-20 20:12 [PATCH] libacpi: SET OE LDFLAGS in recipe Pau Espin Pedrol
2011-02-20 21:30 ` Tom Rini
2011-02-20 21:32 ` Tom Rini [this message]
2011-02-20 21:44 ` Pau Espin Pedrol
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=4D618876.7020302@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@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.