aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-02 14:49:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 13:09:56 +0000
commit974a8c072ef3f6262961019c803a99360693675e (patch)
treef88b1d598464d909ab9bb2ea1a15d52fc1adc2fd /meta/recipes-bsp
parent2d3e6f303b561b46cbec187af1afc0fa0a2561d8 (diff)
downloadopenembedded-core-contrib-974a8c072ef3f6262961019c803a99360693675e.tar.gz
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. (From OE-Core rev: 92850650d32fcf609e7fa7a291774fc2bbe5ef5b) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/pciutils/pciutils_3.4.1.bb2
1 files changed, 1 insertions, 1 deletions
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"