diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-02 14:49:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-02 17:40:11 +0000 |
commit | 92850650d32fcf609e7fa7a291774fc2bbe5ef5b (patch) | |
tree | 0ec3e28ef1da1d5358a3c4161533620e0eaa6875 /meta/recipes-bsp/pciutils | |
parent | a384ab5cb4701fd1c1475bca4449def66b42c799 (diff) | |
download | openembedded-core-92850650d32fcf609e7fa7a291774fc2bbe5ef5b.tar.gz openembedded-core-92850650d32fcf609e7fa7a291774fc2bbe5ef5b.tar.bz2 openembedded-core-92850650d32fcf609e7fa7a291774fc2bbe5ef5b.zip |
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 <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pciutils')
-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}" 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" |