From a43ca69a9d61550a7ef70b3d239e77936a5130f0 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Thu, 31 Mar 2016 02:55:12 +0800 Subject: meta-isg: zlib-qat: explicitly set EXTRA_OEMAKE required The openssl recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Rahul Kumar Gupta Signed-off-by: Saul Wold --- 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 83f28966..23a9ee2e 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 @@ -45,6 +45,7 @@ export ICP_DC_API_DIR = "${STAGING_DIR_TARGET}${includedir}/dc" export ZLIB_DH895XCC = "1" export ZLIB_MEMORY_DRIVER = "qat_mem" export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" +EXTRA_OEMAKE = "-e MAKEFLAGS=" inherit module MEM_PATH = "${S}/contrib/qat" -- cgit v1.2.3-54-g00ecf