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 <[email protected]> --- 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 = "" -- 2.1.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
