]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libacpi: Fix GNU_HASH problem
authorYasir-Khan <yasir_khan@mentor.com>
Mon, 13 Jan 2014 11:57:57 +0000 (16:57 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jan 2014 11:33:18 +0000 (11:33 +0000)
Fixes GNU_HASH problem by adding LDFLAGS to TARGET_CC_ARCH

Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/libacpi/libacpi_0.2.bb

index f4c323d18b92e3b03df42874c99eebb241b97cdf..2d222e73168bb9037b1884a486246fed748d6ec8 100644 (file)
@@ -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}
 }