[oe-commits] [meta-openembedded] 21/52: serialcheck: Explicitly set EXTRA_OEMAKE as required

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


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

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

    serialcheck: 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-devtools/serialcheck/serialcheck_1.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
index 98324e8..d2de523 100644
--- a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
+++ b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
@@ -11,6 +11,8 @@ SRCREV = "63854a2d0c0129efab132ec328a75279e013fb84"
 
 S = "${WORKDIR}/git"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 CFLAGS_prepend = "-Wall -Wextra -Wno-sign-compare -Wno-pointer-sign "
 
 do_install() {

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


More information about the Openembedded-commits mailing list