diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-09 15:20:31 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:43 +0100 |
commit | 9f4bac8e5de7a156f7ab6127ddd61f5f0318efd5 (patch) | |
tree | c22cad63cc144bc979b594b5b5f8df2dbb35c155 | |
parent | c76afce38c7eaff47d711aa2cbcf320a67b04b81 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 2 |
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 480939bc8..596a4e67e 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" | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
15 | |||
14 | TARGET_CC_ARCH += "${LDFLAGS}" | 16 | TARGET_CC_ARCH += "${LDFLAGS}" |
15 | 17 | ||
16 | do_install() { | 18 | do_install() { |