qtjsbackend: remove PARALLEL_MAKE setting
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 28 Apr 2013 11:09:31 +0000 (13:09 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:44:03 +0000 (08:44 -0800)
* it seems to work fine with modified v8.pro

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/qt5/qtjsbackend-native.inc
meta-qt5/recipes-qt/qt5/qtjsbackend.inc

index 25de8e6..d627156 100644 (file)
@@ -13,10 +13,6 @@ SRC_URI += "\
     file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \
 "
 
-# Bitbake will not respect the make order set by qmake and at times it will try to compile
-# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail
-#PARALLEL_MAKE = ""
-
 SEPB = "${WORKDIR}/build"
 B = "${SEPB}"
 
index 9cbe937..6498639 100644 (file)
@@ -14,10 +14,6 @@ SRC_URI += " \
     file://0002-v8.pro-respect-external-host-bindir-when-set.patch \
 "
 
-# Bitbake will not respect the make order set by qmake and at times it will try to compile
-# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail
-PARALLEL_MAKE = ""
-
 do_configure () {
     # Avoid setting QMAKE_LINK from LD (since we want the linker to be g++)
     unset LD