aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5.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/qt5.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/qt5.inc')
-rw-r--r--recipes-qt/qt5/qt5.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index a748d896..ee035dc5 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -75,12 +75,6 @@ do_configure() {
qmake5_base_do_configure
}
-do_compile() {
- unset CFLAGS CXXFLAGS AR
-
- oe_runmake ${EXTRA_ENV}
-}
-
do_install() {
qmake5_base_do_install
}