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>
This commit is contained in:
Qi.Chen@windriver.com 2016-02-25 10:13:55 +08:00 committed by Martin Jansa
parent 9121dc9567
commit 6cc38cad69

View File

@ -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