From: Richard Purdie Date: Sat, 19 Jul 2008 13:43:27 +0000 (+0000) Subject: bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctly X-Git-Tag: Release-2010-05/1~6530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caae756ed81b7eeb507eea08f5bbc982b880f93b;p=openembedded.git bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctly --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index e91fecac30..8933436517 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -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} " ##################################################################