git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1516588
)
libacpi: SET OE LDFLAGS in recipe
author
Pau Espin Pedrol
<pespin.shar@gmail.com>
Mon, 21 Feb 2011 04:12:36 +0000
(
04:12
+0000)
committer
Tom Rini
<tom_rini@mentor.com>
Sun, 20 Feb 2011 21:31:16 +0000
(14:31 -0700)
Fixes ld problem related to GNU_HASH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/libacpi/libacpi_0.2.bb
patch
|
blob
|
history
diff --git
a/recipes/libacpi/libacpi_0.2.bb
b/recipes/libacpi/libacpi_0.2.bb
index
458fc30
..
77d266b
100644
(file)
--- 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}
}