[meta-intel] [master][PATCH 2/2] meta-isg: zlib-qat: fix for GNU_HASH QA error

Rahul Kumar Gupta rahul.kumarxx.gupta at intel.com
Tue Jul 26 22:58:47 PDT 2016


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 at intel.com>
---
 meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 1 +
 1 file changed, 1 insertion(+)

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 23a9ee2..9c95adb 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"
 export ZLIB_MEMORY_DRIVER = "qat_mem"
 export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}"
 EXTRA_OEMAKE = "-e MAKEFLAGS="
+TARGET_CC_ARCH += "${LDFLAGS}"
 
 inherit module
 MEM_PATH = "${S}/contrib/qat"
-- 
1.9.1



More information about the meta-intel mailing list