All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism
@ 2015-11-11  4:48 Andre McCurdy
  2015-11-11  4:48 ` [meta-browser][PATCH 2/2] chromium: " Andre McCurdy
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Andre McCurdy @ 2015-11-11  4:48 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 recipes-browser/chromium/cef3_280796.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-browser/chromium/cef3_280796.bb b/recipes-browser/chromium/cef3_280796.bb
index d827b8e..6872e5b 100644
--- a/recipes-browser/chromium/cef3_280796.bb
+++ b/recipes-browser/chromium/cef3_280796.bb
@@ -60,5 +60,5 @@ do_qa_configure() {
 }
 
 do_compile() {
-    ninja -C out/${CHROMIUM_BUILD_TYPE} -j${BB_NUMBER_THREADS} cefsimple
+    ninja -C out/${CHROMIUM_BUILD_TYPE} ${PARALLEL_MAKE} cefsimple
 }
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-11-17 13:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11  4:48 [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism Andre McCurdy
2015-11-11  4:48 ` [meta-browser][PATCH 2/2] chromium: " Andre McCurdy
2015-11-11  4:55   ` Khem Raj
2015-11-14 14:04   ` Nikolay Dimitrov
2015-11-16 18:15     ` Andre McCurdy
2015-11-17 12:32       ` Nikolay Dimitrov
2015-11-11  4:54 ` [meta-browser][PATCH 1/2] cef3: " Khem Raj
2015-11-11  5:48 ` Zoltan Kuscsik
2015-11-11  6:32   ` Khem Raj
2015-11-11  7:22   ` Andre McCurdy
2015-11-12  6:07     ` Zoltan Kuscsik
2015-11-12  9:26       ` Julien Brianceau (jbriance)
2015-11-12  9:34         ` Andreas Müller
2015-11-12  9:44           ` Julien Brianceau (jbriance)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.