]> code.ossystems Code Review - openembedded-core.git/commitdiff
pciutils: Explicitly set EXTRA_OEMAKE as required
authorMike Crowe <mac@mcrowe.com>
Tue, 2 Feb 2016 14:49:46 +0000 (14:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Feb 2016 17:40:11 +0000 (17:40 +0000)
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 <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/pciutils/pciutils_3.4.1.bb

index 794419addf34f2c9287b5d3873cf861faabdd32e..33be525c572a0a00db07dd28ded4c295397ea4d4 100644 (file)
@@ -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"