diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-4.8.6.inc')
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.6.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.6.inc b/meta/recipes-qt/qt4/qt4-4.8.6.inc index 924a6ad65d..074e82d061 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.6.inc +++ b/meta/recipes-qt/qt4/qt4-4.8.6.inc | |||
| @@ -22,6 +22,10 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever | |||
| 22 | file://0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch \ | 22 | file://0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch \ |
| 23 | file://0027-tools.pro-disable-qmeegographicssystemhelper.patch \ | 23 | file://0027-tools.pro-disable-qmeegographicssystemhelper.patch \ |
| 24 | file://0028-Don-t-crash-on-broken-GIF-images.patch \ | 24 | file://0028-Don-t-crash-on-broken-GIF-images.patch \ |
| 25 | file://0029-aarch64_arm64_fix_arch_detection.patch \ | ||
| 26 | file://0030-aarch64_arm64_qatomic_support.patch \ | ||
| 27 | file://0031-aarch64_arm64_mkspecs.patch \ | ||
| 28 | file://0032-aarch64_add_header.patch \ | ||
| 25 | file://g++.conf \ | 29 | file://g++.conf \ |
| 26 | file://linux.conf \ | 30 | file://linux.conf \ |
| 27 | " | 31 | " |
| @@ -36,6 +40,9 @@ S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | |||
| 36 | # https://bugreports.qt-project.org/browse/QTBUG-39224 | 40 | # https://bugreports.qt-project.org/browse/QTBUG-39224 |
| 37 | QT_CONFIG_FLAGS_append_mips64 = "${@bb.utils.contains("TUNE_FEATURES", "n32", " -no-webkit", "" ,d)}" | 41 | QT_CONFIG_FLAGS_append_mips64 = "${@bb.utils.contains("TUNE_FEATURES", "n32", " -no-webkit", "" ,d)}" |
| 38 | 42 | ||
| 43 | # disable webkit for aarch64 temporarily that fails to compile | ||
| 44 | QT_CONFIG_FLAGS_append_aarch64 = " -no-webkit" | ||
| 45 | |||
| 39 | FILES_${QT_BASE_NAME}-tools_append = " ${bindir}/qml ${bindir}/qmlplugindump" | 46 | FILES_${QT_BASE_NAME}-tools_append = " ${bindir}/qml ${bindir}/qmlplugindump" |
| 40 | FILES_${QT_BASE_NAME}-tools-dbg_append = " ${bindir}/.debug/qml ${bindir}/.debug/qmlplugindump" | 47 | FILES_${QT_BASE_NAME}-tools-dbg_append = " ${bindir}/.debug/qml ${bindir}/.debug/qmlplugindump" |
| 41 | 48 | ||
