From 9f4bac8e5de7a156f7ab6127ddd61f5f0318efd5 Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Tue, 9 Feb 2016 15:20:31 +0000 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 2 ++ 1 file changed, 2 insertions(+) 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() {