perf: disable PARALLEL_MAKE

Autobuilder builds periodically and now more frequently have been
failing because of a race between the perf build and the newly
separated libtraceevent - perf tries to link libtraceevent.a, which
hasn't finished building yet in those cases.

This disables the parallel build to prevent that.

(From OE-Core rev: cd1e98513016c01e32bdb175ec7225d7378d952c)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Zanussi 2013-03-05 05:20:27 +00:00 committed by Richard Purdie
parent 1122a417de
commit 3936a26c3f
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ EXTRA_OEMAKE += "\
'infodir=${@oe.path.relative(prefix, infodir)}' \
"
PARALLEL_MAKE = ""
do_compile() {
oe_runmake all
}