aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-06 13:14:08 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-07 12:18:41 +0200
commitf76e45b5a8c59b1b8e4b806d2a2a09e6baf4d4e2 (patch)
tree2b9def306ca938defae354a1ef02ea69996b416b /recipes-qt/qt5/qtbase-native.inc
parent956abd44cc676af060f905c9b5c570f65bb983d3 (diff)
qt5: drop EXTRA_ENV
* all variables should be now correctly set by qmake * setting PARALLEL_MAKE in MAKEFLAGS can cause PARALLEL_MAKE * PARALLEL_MAKE processes, because first -j is applied on top level directory and then again in each subdir, but it's faster then make -j PARALLEL_MAKE only in top directory * setting QMAKE breaks build in src/tools/bootstrap, because it forces relative path bin/qmake which isn't correct Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase-native.inc')
-rw-r--r--recipes-qt/qt5/qtbase-native.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index d5f23b99..b3007a50 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -28,9 +28,6 @@ SRC_URI += "file://0001-Always-build-uic.patch"
SEPB = "${WORKDIR}/build"
B = "${SEPB}"
-EXTRA_ENV = 'MAKE="make -e ${PARALLEL_MAKE}"'
-EXTRA_OEMAKE = " MAKEFLAGS='${PARALLEL_MAKE}'"
-
QT_CONF_PATH = "${B}/qt.conf"
do_generate_qt_config_file() {