[oe-commits] org.oe.dev bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctly

rpurdie commit oe at amethyst.openembedded.net
Sat Jul 19 13:50:44 UTC 2008


bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctly

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 6861a45c0e3b811ccf82547dff2d91d99ea26bea
ViewMTN: http://monotone.openembedded.org/revision/info/6861a45c0e3b811ccf82547dff2d91d99ea26bea
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r8db7f8234dbb683b76b7ac88feb3c7bf1dd069bc -r6861a45c0e3b811ccf82547dff2d91d99ea26bea
#
#
#
# patch "conf/bitbake.conf"
#  from [05003ac27b7bfa7759c962e215ed35dc6b8dc11d]
#    to [dd67ad981ef5c458585feaab52e6dc48476f0112]
#
============================================================
--- conf/bitbake.conf	05003ac27b7bfa7759c962e215ed35dc6b8dc11d
+++ conf/bitbake.conf	dd67ad981ef5c458585feaab52e6dc48476f0112
@@ -381,6 +381,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} "
 
 ##################################################################






More information about the Openembedded-commits mailing list