diff options
author | Yasir-Khan <yasir_khan@mentor.com> | 2014-01-13 16:57:57 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 11:33:55 +0000 |
commit | a90fb7b7329d8fdda53dc573349f1fc06b093c13 (patch) | |
tree | 7121b7981c3b3289b0563c8a5a40c3a1ac2ac08e /meta/recipes-bsp/libacpi/libacpi_0.2.bb | |
parent | a8a6ccb1adbef2778940283258551b19ea4ba030 (diff) | |
download | poky-a90fb7b7329d8fdda53dc573349f1fc06b093c13.tar.gz |
libacpi: Fix GNU_HASH problem
Fixes GNU_HASH problem by adding LDFLAGS to TARGET_CC_ARCH
(From OE-Core rev: 7b69e70f68da163e95f5e263832a85f1a0070006)
Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/libacpi/libacpi_0.2.bb')
-rw-r--r-- | meta/recipes-bsp/libacpi/libacpi_0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb index f4c323d18b..2d222e7316 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.*)' | |||
23 | CFLAGS += "-fPIC" | 23 | CFLAGS += "-fPIC" |
24 | EXTRA_OEMAKE += 'STRIP="echo"' | 24 | EXTRA_OEMAKE += 'STRIP="echo"' |
25 | 25 | ||
26 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
27 | |||
26 | do_install() { | 28 | do_install() { |
27 | oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} | 29 | oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} |
28 | } | 30 | } |