diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-08 10:57:59 +0000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 15:51:19 -0500 |
commit | daca3e8cb9b0b0d429ffc8623413e2f3f98ec124 (patch) | |
tree | 31cc4ddb9925fb9102bf51bcf393e349f173b091 | |
parent | de1acfab72aafe9bedad160a9a1b2de6e200e91a (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | 2 |
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 8df93e462..09c4007ef 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 | |||
11 | 11 | ||
12 | S = "${WORKDIR}/${BPN}" | 12 | S = "${WORKDIR}/${BPN}" |
13 | 13 | ||
14 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
15 | |||
14 | # comment out MakeInclude in Makefile which sets build environment | 16 | # comment out MakeInclude in Makefile which sets build environment |
15 | do_configure_append () { | 17 | do_configure_append () { |
16 | sed -i 's/^ include/#^include/' ${S}/Makefile | 18 | sed -i 's/^ include/#^include/' ${S}/Makefile |