diff options
| author | Kai Kang <kai.kang@windriver.com> | 2015-06-02 09:52:57 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-08 17:34:02 +0100 |
| commit | ba93bdd38dad2146e40d42f8cd20dc7a755529dc (patch) | |
| tree | f3aa3d5f31b6833c0d2e4698811d6405788164d3 /meta/recipes-qt/qt4/qt4-4.8.7.inc | |
| parent | 20a3a36547831349d5d8b429cb35f1415a856bda (diff) | |
| download | poky-ba93bdd38dad2146e40d42f8cd20dc7a755529dc.tar.gz | |
qt4: upgrade to 4.8.7
Upgrade qt4 packages from version 4.8.6 to 4.8.7.
* remove arm64 related patches which are merged
* remove 0034-Fix-a-division-by-zero-when-processing-malformed-BMP.patch
which is backported.
* update 0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch
and 0013-configure-add-crossarch-option.patch for new version
* remove useless variable INC_PR
(From OE-Core rev: 4d033fdc5e754e22edb2e9074e30e58847c4b791)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-4.8.7.inc')
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.7.inc | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7.inc b/meta/recipes-qt/qt4/qt4-4.8.7.inc new file mode 100644 index 0000000000..2f580cccea --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-4.8.7.inc | |||
| @@ -0,0 +1,69 @@ | |||
| 1 | LICENSE = "LGPLv2.1 | GPLv3" | ||
| 2 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | ||
| 3 | file://LICENSE.GPL3;md5=6e1694ee338db410417517884918d4d2 \ | ||
| 4 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6" | ||
| 5 | |||
| 6 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:" | ||
| 7 | |||
| 8 | SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-everywhere-opensource-src-${PV}.tar.gz \ | ||
| 9 | file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ | ||
| 10 | file://0004-configure-qmake-is-already-built-in-qt4-tools-native.patch \ | ||
| 11 | file://0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch \ | ||
| 12 | file://0009-qmake-fix-source-file-references-in-qmake.pri.patch \ | ||
| 13 | file://0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch \ | ||
| 14 | file://0011-freetype-host-includes.patch \ | ||
| 15 | file://0012-Add-2bpp-support.patch \ | ||
| 16 | file://0013-configure-add-crossarch-option.patch \ | ||
| 17 | file://0014-translations-fix-phony-translation-linking-error.patch \ | ||
| 18 | file://0015-configure-add-nostrip-for-debug-packages.patch \ | ||
| 19 | file://0016-configure-eval-QMAKE_CXX.patch \ | ||
| 20 | file://0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch \ | ||
| 21 | file://0018-configure-make-pulseaudio-a-configurable-option.patch \ | ||
| 22 | file://0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch \ | ||
| 23 | file://0027-tools.pro-disable-qmeegographicssystemhelper.patch \ | ||
| 24 | file://0028-Don-t-crash-on-broken-GIF-images.patch \ | ||
| 25 | file://Fix-QWSLock-invalid-argument-logs.patch \ | ||
| 26 | file://add_check_for_aarch64_32.patch \ | ||
| 27 | file://g++.conf \ | ||
| 28 | file://linux.conf \ | ||
| 29 | " | ||
| 30 | |||
| 31 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" | ||
| 32 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" | ||
| 33 | |||
| 34 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | ||
| 35 | |||
| 36 | # disable webkit for mips64 n32 temporarily that fails to compile, | ||
| 37 | # qt upstream defect: | ||
| 38 | # https://bugreports.qt-project.org/browse/QTBUG-39224 | ||
| 39 | QT_CONFIG_FLAGS_append_mips64n32 = " -no-webkit" | ||
| 40 | |||
| 41 | # disable webkit for aarch64 temporarily that fails to compile | ||
| 42 | QT_CONFIG_FLAGS_append_aarch64 = " -no-webkit" | ||
| 43 | |||
| 44 | FILES_${QT_BASE_NAME}-tools_append = " ${bindir}/qml ${bindir}/qmlplugindump" | ||
| 45 | FILES_${QT_BASE_NAME}-tools-dbg_append = " ${bindir}/.debug/qml ${bindir}/.debug/qmlplugindump" | ||
| 46 | |||
| 47 | PACKAGES_append = " ${QT_BASE_NAME}-tests-dbg ${QT_BASE_NAME}-tests" | ||
| 48 | FILES_${QT_BASE_NAME}-tests-dbg = "${prefix}/tests/qt4/*/.debug" | ||
| 49 | FILES_${QT_BASE_NAME}-tests = "${prefix}/tests/qt4/*" | ||
| 50 | |||
| 51 | do_configure_prepend() { | ||
| 52 | for pro in $(find ${S} -name "*.pro") ; do | ||
| 53 | sed -i \ | ||
| 54 | -e 's:$$QT_BUILD_TREE/bin/lrelease:${OE_QMAKE_LRELEASE}:g' \ | ||
| 55 | -e 's:qtPrepareTool(LRELEASE, lrelease):LRELEASE = ${OE_QMAKE_LRELEASE}:g' $pro | ||
| 56 | done | ||
| 57 | |||
| 58 | sed -i s:SEDME:${S}: ${WORKDIR}/linux.conf | ||
| 59 | sed -i \ | ||
| 60 | -e /QMAKE_MOC\ /d \ | ||
| 61 | -e /QMAKE_UIC\ /d \ | ||
| 62 | -e /QMAKE_UIC3\ /d \ | ||
| 63 | -e /QMAKE_RCC\ /d \ | ||
| 64 | ${S}/configure | ||
| 65 | |||
| 66 | # Avoid problems with Qt 4.8.0 configure setting QMAKE_LINK from LD (since we want the linker to be g++) | ||
| 67 | unset LD | ||
| 68 | } | ||
| 69 | |||
