mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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:
committed by
Martin Jansa
parent
9121dc9567
commit
6cc38cad69
@@ -17,6 +17,7 @@ SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
|
CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
|
||||||
|
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
cd utils && oe_runmake
|
cd utils && oe_runmake
|
||||||
|
|||||||
Reference in New Issue
Block a user