[oe-commits] Yasir-Khan : libacpi: Fix GNU_HASH problem

git at git.openembedded.org git at git.openembedded.org
Tue Jan 14 11:30:19 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 7b69e70f68da163e95f5e263832a85f1a0070006
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7b69e70f68da163e95f5e263832a85f1a0070006

Author: Yasir-Khan <yasir_khan at mentor.com>
Date:   Mon Jan 13 16:57:57 2014 +0500

libacpi: Fix GNU_HASH problem

Fixes GNU_HASH problem by adding LDFLAGS to TARGET_CC_ARCH

Signed-off-by: Yasir-Khan <yasir_khan at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.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}
 }



More information about the Openembedded-commits mailing list