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 <[email protected]>
---
 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

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to