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 <[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 83f2896..23a9ee2 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" -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
