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

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.