diff options
author | Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> | 2016-07-27 13:58:47 +0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2016-07-27 09:54:50 -0500 |
commit | f8944487ab5db4618664b818173947ad08b1e9ce (patch) | |
tree | 902bb04c5b2175eb165dcbb8931af9cdeedaf519 | |
parent | 443a2c68976623dfd10f1627364078007aee35f9 (diff) | |
download | meta-intel-f8944487ab5db4618664b818173947ad08b1e9ce.tar.gz |
meta-isg: zlib-qat: fix for GNU_HASH QA error
Fix for:
ERROR: QA Issue: No GNU_HASH in the elf binary
by adding LDFLAGS to TARGET_CC_ARCH.
To be sure that the LDFLAGS variable is being passed to the linker command.
Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r-- | meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb index 23a9ee2e..9c95adbb 100644 --- a/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb +++ b/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | |||
@@ -46,6 +46,7 @@ export ZLIB_DH895XCC = "1" | |||
46 | export ZLIB_MEMORY_DRIVER = "qat_mem" | 46 | export ZLIB_MEMORY_DRIVER = "qat_mem" |
47 | export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" | 47 | export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" |
48 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 48 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
49 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
49 | 50 | ||
50 | inherit module | 51 | inherit module |
51 | MEM_PATH = "${S}/contrib/qat" | 52 | MEM_PATH = "${S}/contrib/qat" |