diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-18 17:18:00 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-19 15:55:34 +0100 |
commit | f90537a7decfa5599606d3290bc25de02bfa5796 (patch) | |
tree | 453b797af1ac1cb1725e8afb4a177f8663401876 /recipes-qt/qt5/nativesdk-qtbase_git.bb | |
parent | 9d17546d56b5e710a6420b482514202236f410e3 (diff) | |
download | meta-qt5-f90537a7decfa5599606d3290bc25de02bfa5796.tar.gz |
qtdeclarative, *qtbase*: upgrade to latest revision in 5.4 branch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 0bfa4425..521736e6 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
@@ -13,24 +13,24 @@ SRC_URI += "\ | |||
13 | file://0001-Add-linux-oe-g-platform.patch \ | 13 | file://0001-Add-linux-oe-g-platform.patch \ |
14 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 14 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
15 | file://0003-Add-external-hostbindir-option.patch \ | 15 | file://0003-Add-external-hostbindir-option.patch \ |
16 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ | 16 | file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ |
17 | file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ | 17 | file://0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ |
18 | file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ | 18 | file://0006-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ |
19 | file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | 19 | file://0007-configure-bump-path-length-from-256-to-512-character.patch \ |
20 | file://0008-configure-bump-path-length-from-256-to-512-character.patch \ | 20 | file://0008-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ |
21 | file://0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ | 21 | file://0009-QOpenGLPaintDevice-sub-area-support.patch \ |
22 | file://0010-QOpenGLPaintDevice-sub-area-support.patch \ | 22 | file://0010-Make-Qt5GuiConfigExtras.cmake-find-gl-es-include-dir.patch \ |
23 | " | 23 | " |
24 | 24 | ||
25 | # common for qtbase-native and nativesdk-qtbase | 25 | # common for qtbase-native and nativesdk-qtbase |
26 | SRC_URI += " \ | 26 | SRC_URI += " \ |
27 | file://0011-Always-build-uic.patch \ | 27 | file://0011-Always-build-uic.patch \ |
28 | file://0014-Add-external-hostbindir-option-native.patch \ | 28 | file://0012-Add-external-hostbindir-option-for-native-sdk.patch \ |
29 | " | 29 | " |
30 | 30 | ||
31 | # specific for nativesdk-qtbase | 31 | # specific for nativesdk-qtbase |
32 | SRC_URI += " \ | 32 | SRC_URI += " \ |
33 | file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \ | 33 | file://0013-configure-preserve-built-qmake-and-swap-with-native-.patch \ |
34 | " | 34 | " |
35 | 35 | ||
36 | # CMake's toolchain configuration of nativesdk-qtbase | 36 | # CMake's toolchain configuration of nativesdk-qtbase |
@@ -38,4 +38,9 @@ SRC_URI += " \ | |||
38 | file://OEQt5Toolchain.cmake \ | 38 | file://OEQt5Toolchain.cmake \ |
39 | " | 39 | " |
40 | 40 | ||
41 | SRCREV = "47326b9c5c38fea39f8539f50f32667d2c391b70" | 41 | SRCREV = "02c5657a7d6d30c6e874e29a0adcc38b58a45b7d" |
42 | |||
43 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=d87ae0d200af76dca730d911474cbe5b \ | ||
44 | file://LICENSE.LGPLv3;md5=ffcfac38a32c9ebdb8ff768fa1702478 \ | ||
45 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
46 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||