[oe-commits] [meta-openembedded] 20/37: ckermit: Explicitly set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Mon Feb 15 09:18:03 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit f941c1b36418f5436b76d0f687d93df597a17c82
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Mon Feb 8 10:57:56 2016 +0000

    ckermit: 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 at mcrowe.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/ckermit/ckermit_302.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/ckermit/ckermit_302.bb b/meta-oe/recipes-support/ckermit/ckermit_302.bb
index 9c561a2..187a57e 100644
--- a/meta-oe/recipes-support/ckermit/ckermit_302.bb
+++ b/meta-oe/recipes-support/ckermit/ckermit_302.bb
@@ -18,6 +18,8 @@ export BINDIR = "${bindir}"
 export MANDIR = "${mandir}/man1"
 export INFODIR = "${infodir}"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 # Additional flags. For uclibc we add -DNOARROWKEYS which stops ckermit
 # trying to look inside the stdio headers.
 CKERMIT_ADDITIONAL = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list