diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.7.4.inc')
| -rw-r--r-- | meta/recipes-qt/qt4/qt-4.7.4.inc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.7.4.inc b/meta/recipes-qt/qt4/qt-4.7.4.inc index 9ddb055777..216472c3c3 100644 --- a/meta/recipes-qt/qt4/qt-4.7.4.inc +++ b/meta/recipes-qt/qt4/qt-4.7.4.inc | |||
| @@ -15,6 +15,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}. | |||
| 15 | file://blacklist-diginotar-certs.diff \ | 15 | file://blacklist-diginotar-certs.diff \ |
| 16 | file://fix-translations.patch \ | 16 | file://fix-translations.patch \ |
| 17 | file://add_nostrip_for_debug_packages.diff \ | 17 | file://add_nostrip_for_debug_packages.diff \ |
| 18 | file://target_qmake.patch \ | ||
| 18 | file://g++.conf \ | 19 | file://g++.conf \ |
| 19 | file://linux.conf \ | 20 | file://linux.conf \ |
| 20 | file://fix-qtbug-20925.patch \ | 21 | file://fix-qtbug-20925.patch \ |
| @@ -43,13 +44,3 @@ do_configure_prepend() { | |||
| 43 | ${S}/configure | 44 | ${S}/configure |
| 44 | } | 45 | } |
| 45 | 46 | ||
| 46 | do_compile() { | ||
| 47 | # Fixup missing wsegl header in some SGX SDKs | ||
| 48 | if ! [ -e ${STAGING_INCDIR}/wsegl.h ] ; then | ||
| 49 | cp src/3rdparty/powervr/wsegl.h src/plugins/gfxdrivers/powervr/QWSWSEGL/ | ||
| 50 | fi | ||
| 51 | |||
| 52 | unset CFLAGS CXXFLAGS | ||
| 53 | |||
| 54 | oe_runmake ${EXTRA_ENV} | ||
| 55 | } | ||
