From cd1e98513016c01e32bdb175ec7225d7378d952c Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 5 Mar 2013 05:20:27 +0000 Subject: 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. Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- meta/recipes-kernel/perf/perf_3.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-kernel/perf') diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index be0f386859..22feb462dc 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb @@ -86,6 +86,8 @@ EXTRA_OEMAKE += "\ 'infodir=${@oe.path.relative(prefix, infodir)}' \ " +PARALLEL_MAKE = "" + do_compile() { oe_runmake all } -- cgit 1.2.3-korg