[oe-commits] [meta-openembedded] 91/91: yaffs2-utils: set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:48:33 UTC 2016


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

commit 6cc38cad69d6ec8eccb5d19eda733c6deb1ef8a6
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Thu Feb 25 10:13:55 2016 +0800

    yaffs2-utils: set EXTRA_OEMAKE as required
    
    bitbake.conf has now removed "-e MAKEFLAGS=" as the default value of
    EXTRA_OEMAKE. However, yaffs2-utils needs this option to make compile succeed.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index 0e1e460..253ea62 100644
--- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
+++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
@@ -17,6 +17,7 @@ SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
 S = "${WORKDIR}/git"
 
 CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
 
 do_compile() {
     cd utils && oe_runmake

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


More information about the Openembedded-commits mailing list