From 4d0f51ce9ae925a01f3d4bfad349bcc66425809a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 28 Apr 2013 13:09:31 +0200 Subject: [PATCH] qtjsbackend: remove PARALLEL_MAKE setting * it seems to work fine with modified v8.pro --- recipes-qt/qt5/qtjsbackend-native.inc | 4 ---- recipes-qt/qt5/qtjsbackend.inc | 4 ---- 2 files changed, 8 deletions(-) diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc index 25de8e60ea..d627156c23 100644 --- a/recipes-qt/qt5/qtjsbackend-native.inc +++ b/recipes-qt/qt5/qtjsbackend-native.inc @@ -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}" diff --git a/recipes-qt/qt5/qtjsbackend.inc b/recipes-qt/qt5/qtjsbackend.inc index 9cbe9378f4..64986396b5 100644 --- a/recipes-qt/qt5/qtjsbackend.inc +++ b/recipes-qt/qt5/qtjsbackend.inc @@ -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