summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-07-27 13:58:47 +0800
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-27 09:54:50 -0500
commitf8944487ab5db4618664b818173947ad08b1e9ce (patch)
tree902bb04c5b2175eb165dcbb8931af9cdeedaf519
parent443a2c68976623dfd10f1627364078007aee35f9 (diff)
downloadmeta-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.bb1
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"
46export ZLIB_MEMORY_DRIVER = "qat_mem" 46export ZLIB_MEMORY_DRIVER = "qat_mem"
47export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" 47export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}"
48EXTRA_OEMAKE = "-e MAKEFLAGS=" 48EXTRA_OEMAKE = "-e MAKEFLAGS="
49TARGET_CC_ARCH += "${LDFLAGS}"
49 50
50inherit module 51inherit module
51MEM_PATH = "${S}/contrib/qat" 52MEM_PATH = "${S}/contrib/qat"