[OE-core] [PATCH] libacpi: Fix GNU_HASH problem

Yasir Khan yasir_khan at mentor.com
Mon Jan 13 11:57:57 UTC 2014


From: Yasir-Khan <yasir_khan at mentor.com>

Fixes GNU_HASH problem by adding LDFLAGS to TARGET_CC_ARCH

Signed-off-by: Yasir-Khan <yasir_khan at mentor.com>
---
 meta/recipes-bsp/libacpi/libacpi_0.2.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb
index f4c323d..2d222e7 100644
--- a/meta/recipes-bsp/libacpi/libacpi_0.2.bb
+++ b/meta/recipes-bsp/libacpi/libacpi_0.2.bb
@@ -23,6 +23,8 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
 CFLAGS += "-fPIC"
 EXTRA_OEMAKE += 'STRIP="echo"'
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_install() {
 	oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
 }
-- 
1.7.9.5




More information about the Openembedded-core mailing list