bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctly
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 19 Jul 2008 13:43:27 +0000 (13:43 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 19 Jul 2008 13:43:27 +0000 (13:43 +0000)
conf/bitbake.conf

index e91feca..8933436 100644 (file)
@@ -381,6 +381,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} "
 
 ##################################################################