qtjsbackend: remove PARALLEL_MAKE setting

* it seems to work fine with modified v8.pro
This commit is contained in:
Martin Jansa 2013-04-28 13:09:31 +02:00
parent 54a6379be4
commit 4d0f51ce9a
2 changed files with 0 additions and 8 deletions

View 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}"

View 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