aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-07-19 13:43:27 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-07-19 13:43:27 +0000
commitcaae756ed81b7eeb507eea08f5bbc982b880f93b (patch)
treeeb80cc0e29e02ecb94c3a2a9b98ea68ee9423cbd /conf/bitbake.conf
parent7eed5381f2995a43f815c56302dac7350d15aa72 (diff)
downloadopenembedded-caae756ed81b7eeb507eea08f5bbc982b880f93b.tar.gz
bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctly
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
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} "
##################################################################