aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2016-02-25 10:13:55 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:47:30 +0100
commit6cc38cad69d6ec8eccb5d19eda733c6deb1ef8a6 (patch)
tree5325f4475c760e15ff9c011d96477900cfd9f7a3 /meta-filesystems
parent9121dc95677c43793dbb6c00351c3faea28b78ed (diff)
downloadmeta-openembedded-6cc38cad69d6ec8eccb5d19eda733c6deb1ef8a6.tar.gz
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@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index 0e1e460b64..253ea627b0 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