libacpi: SET OE LDFLAGS in recipe
authorPau Espin Pedrol <pespin.shar@gmail.com>
Mon, 21 Feb 2011 04:12:36 +0000 (04:12 +0000)
committerTom 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

index 458fc30..77d266b 100644 (file)
@@ -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}
 }