bitbake.conf: fix PARALLEL_MAKE, it hasn't been working lately. Patch by Richard...
authorKoen Kooi <koen@openembedded.org>
Sun, 6 Jul 2008 15:47:20 +0000 (15:47 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 6 Jul 2008 15:47:20 +0000 (15:47 +0000)
conf/bitbake.conf

index c326339..b5b2540 100644 (file)
@@ -380,7 +380,7 @@ export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${layout_libdir} \
 ALLOWED_FLAGS = "-O -mcpu -march -pipe"
 
 # Pass parallel make options to the compile task only
-EXTRA_OEMAKE_prepend_task_do_compile = "${PARALLEL_MAKE} "
+EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "
 
 ##################################################################
 # Optimization flags.