summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt-4.8.0.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.8.0.inc')
-rw-r--r--meta/recipes-qt/qt4/qt-4.8.0.inc12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.8.0.inc b/meta/recipes-qt/qt4/qt-4.8.0.inc
index 532f1ff40c..28586be66e 100644
--- a/meta/recipes-qt/qt4/qt-4.8.0.inc
+++ b/meta/recipes-qt/qt4/qt-4.8.0.inc
@@ -15,6 +15,8 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.
15 file://add_nostrip_for_debug_packages.diff \ 15 file://add_nostrip_for_debug_packages.diff \
16 file://qmake_cxx_eval.patch \ 16 file://qmake_cxx_eval.patch \
17 file://configure_oe_compiler.patch \ 17 file://configure_oe_compiler.patch \
18 file://target_qmake.patch \
19 file://qmake_pri_fixes.patch \
18 file://g++.conf \ 20 file://g++.conf \
19 file://linux.conf \ 21 file://linux.conf \
20 " 22 "
@@ -50,13 +52,3 @@ do_configure_prepend() {
50 unset LD 52 unset LD
51} 53}
52 54
53do_compile() {
54 # Fixup missing wsegl header in some SGX SDKs
55 if ! [ -e ${STAGING_INCDIR}/wsegl.h ] ; then
56 cp src/3rdparty/powervr/wsegl.h src/plugins/gfxdrivers/powervr/QWSWSEGL/
57 fi
58
59 unset CFLAGS CXXFLAGS
60
61 oe_runmake ${EXTRA_ENV}
62}