All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libacpi: SET OE LDFLAGS in recipe
@ 2011-02-20 20:12 Pau Espin Pedrol
  2011-02-20 21:30 ` Tom Rini
  2011-02-20 21:32 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Pau Espin Pedrol @ 2011-02-20 20:12 UTC (permalink / raw)
  To: openembedded-devel

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}
 }
-- 
1.7.2




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] libacpi: SET OE LDFLAGS in recipe
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2011-02-20 21:30 UTC (permalink / raw)
  To: openembedded-devel

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}
>   }

Thanks, applied.

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libacpi: SET OE LDFLAGS in recipe
  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
  2011-02-20 21:44   ` Pau Espin Pedrol
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2011-02-20 21:32 UTC (permalink / raw)
  To: openembedded-devel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libacpi: SET OE LDFLAGS in recipe
  2011-02-20 21:32 ` Tom Rini
@ 2011-02-20 21:44   ` Pau Espin Pedrol
  0 siblings, 0 replies; 4+ messages in thread
From: Pau Espin Pedrol @ 2011-02-20 21:44 UTC (permalink / raw)
  To: openembedded-devel

>
>
> Note, in the future please see
> http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbeddedand be sure to included a Signed-off-by line.  Thanks again for your
> contribution!
>
>
Ouch, I forgot, I'll try to remember next time ;)
Thanks for applying it so fast!




> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Pau Espin Pedrol
mail/jabber: pespin.shar@gmail.com
http://blog.espeweb.net


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-20 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2011-02-20 21:44   ` Pau Espin Pedrol

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.