[oe-commits] [meta-openembedded] 24/52: ckermit: Explicitly set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Mon Feb 8 13:08:56 UTC 2016


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

commit b2c123bdd73ec2d0ac6dddeed6a4d507a59b6f9a
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