From: Mike Crowe Date: Tue, 2 Feb 2016 14:49:46 +0000 (+0000) Subject: pciutils: Explicitly set EXTRA_OEMAKE as required X-Git-Tag: 2016-4~1133 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=92850650d32fcf609e7fa7a291774fc2bbe5ef5b;p=openembedded-core.git pciutils: Explicitly set EXTRA_OEMAKE as 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: Mike Crowe Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb b/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb index 794419addf..33be525c57 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb @@ -38,7 +38,7 @@ export SBINDIR = "${sbindir}" export SHAREDIR = "${datadir}" export MANDIR = "${mandir}" -EXTRA_OEMAKE += "${PCI_CONF_FLAG}" +EXTRA_OEMAKE = "-e MAKEFLAGS= ${PCI_CONF_FLAG}" # The configure script breaks if the HOST variable is set HOST[unexport] = "1"