From f8944487ab5db4618664b818173947ad08b1e9ce Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Wed, 27 Jul 2016 13:58:47 +0800 Subject: 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 Signed-off-by: Tom Zanussi --- 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 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" 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" -- cgit v1.2.3-54-g00ecf