[oe-commits] org.oe.dev bitbake.conf: fix PARALLEL_MAKE, it hasn't been working lately. Patch by Richard Purdie

koen commit oe at amethyst.openembedded.net
Sun Jul 6 15:54:10 UTC 2008


bitbake.conf: fix PARALLEL_MAKE, it hasn't been working lately. Patch by Richard Purdie

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 5e44cc2d3de269af275801191fcf36bf905a466b
ViewMTN: http://monotone.openembedded.org/revision/info/5e44cc2d3de269af275801191fcf36bf905a466b
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r4a58e20520c4cd28841500b946f0ad09a1619834 -r5e44cc2d3de269af275801191fcf36bf905a466b
#
#
#
# patch "conf/bitbake.conf"
#  from [1ed88e1003b951952075fb58350fd8c3b2feec06]
#    to [d8122151bbc194ee830cb666879ae90585f1b985]
#
============================================================
--- conf/bitbake.conf	1ed88e1003b951952075fb58350fd8c3b2feec06
+++ conf/bitbake.conf	d8122151bbc194ee830cb666879ae90585f1b985
@@ -380,7 +380,7 @@ ALLOWED_FLAGS = "-O -mcpu -march -pipe"
 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.






More information about the Openembedded-commits mailing list