aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-08 10:57:59 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 15:51:19 -0500
commitdaca3e8cb9b0b0d429ffc8623413e2f3f98ec124 (patch)
tree31cc4ddb9925fb9102bf51bcf393e349f173b091 /meta-networking
parentde1acfab72aafe9bedad160a9a1b2de6e200e91a (diff)
downloadmeta-openembedded-contrib-daca3e8cb9b0b0d429ffc8623413e2f3f98ec124.tar.gz
vlan: 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> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/vlan/vlan_1.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
index 8df93e462c..09c4007ef8 100644
--- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
+++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
@@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb486884
S = "${WORKDIR}/${BPN}"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
# comment out MakeInclude in Makefile which sets build environment
do_configure_append () {
sed -i 's/^ include/#^include/' ${S}/Makefile