scons: honor PARALLEL_MAKE
authorwoglinde <heinold@inf.fu-berlin.de>
Wed, 25 Mar 2009 01:17:18 +0000 (02:17 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Sat, 28 Mar 2009 23:29:06 +0000 (00:29 +0100)
classes/scons.bbclass

index 6d0a783..b7007b0 100644 (file)
@@ -1,7 +1,7 @@
 DEPENDS += "python-scons-native"
 
 scons_do_compile() {
-        ${STAGING_BINDIR_NATIVE}/scons PREFIX=${prefix} prefix=${prefix} || \
+        ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} PREFIX=${prefix} prefix=${prefix} || \
         oefatal "scons build execution failed."
 }