diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-02 14:49:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 13:09:56 +0000 |
commit | 974a8c072ef3f6262961019c803a99360693675e (patch) | |
tree | f88b1d598464d909ab9bb2ea1a15d52fc1adc2fd | |
parent | 2d3e6f303b561b46cbec187af1afc0fa0a2561d8 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.4.1.bb | 2 |
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}" | |||
38 | export SHAREDIR = "${datadir}" | 38 | export SHAREDIR = "${datadir}" |
39 | export MANDIR = "${mandir}" | 39 | export MANDIR = "${mandir}" |
40 | 40 | ||
41 | EXTRA_OEMAKE += "${PCI_CONF_FLAG}" | 41 | EXTRA_OEMAKE = "-e MAKEFLAGS= ${PCI_CONF_FLAG}" |
42 | 42 | ||
43 | # The configure script breaks if the HOST variable is set | 43 | # The configure script breaks if the HOST variable is set |
44 | HOST[unexport] = "1" | 44 | HOST[unexport] = "1" |