aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mg
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-08 10:57:51 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-15 10:16:37 +0100
commit17509aec29efc31a0c637f3da725aed2fdf62ca6 (patch)
treee10d26edcb55ea1a0b831c71d95a3d21ed6116f5 /meta-oe/recipes-support/mg
parent2dfb2b2dab113ad472a678b223da8822315c20a9 (diff)
downloadmeta-openembedded-contrib-17509aec29efc31a0c637f3da725aed2fdf62ca6.tar.gz
mg: 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/recipes-support/mg')
-rw-r--r--meta-oe/recipes-support/mg/mg_20110905.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mg/mg_20110905.bb b/meta-oe/recipes-support/mg/mg_20110905.bb
index b9a4d33922..e924bbd4bb 100644
--- a/meta-oe/recipes-support/mg/mg_20110905.bb
+++ b/meta-oe/recipes-support/mg/mg_20110905.bb
@@ -11,6 +11,8 @@ SRC_URI = "http://homepage.boetes.org/software/mg/mg-${PV}.tar.gz \
SRC_URI[md5sum] = "2de35316fa8ebafe6003efaae70b723e"
SRC_URI[sha256sum] = "1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
do_configure () {
sed -i Makefile.in -e 's,^prefix=.*,prefix=${prefix},'
./configure