aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-09 15:20:31 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:43 +0100
commit9f4bac8e5de7a156f7ab6127ddd61f5f0318efd5 (patch)
treec22cad63cc144bc979b594b5b5f8df2dbb35c155 /meta-oe
parentc76afce38c7eaff47d711aa2cbcf320a67b04b81 (diff)
downloadmeta-openembedded-contrib-9f4bac8e5de7a156f7ab6127ddd61f5f0318efd5.tar.gz
wmiconfig: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been to 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: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
index 480939bc8c..596a4e67e2 100644
--- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
+++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
@@ -11,6 +11,8 @@ S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
CLEANBROKEN = "1"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
TARGET_CC_ARCH += "${LDFLAGS}"
do_install() {