diff options
20 files changed, 315 insertions, 203 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" | ||
diff --git a/recipes-qt/qt5/qtbase-git/0001-Add-linux-oe-g-platform.patch b/recipes-qt/qt5/qtbase-git/0001-Add-linux-oe-g-platform.patch index 7a94dffe..1455c6b5 100644 --- a/recipes-qt/qt5/qtbase-git/0001-Add-linux-oe-g-platform.patch +++ b/recipes-qt/qt5/qtbase-git/0001-Add-linux-oe-g-platform.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 81cd2947e9b1290498bdc2505a76fb053ff33be8 Mon Sep 17 00:00:00 2001 | 1 | From cfab0821397f5c41e123590b388c6f9c6834b1be Mon Sep 17 00:00:00 2001 |
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
| 3 | Date: Mon, 15 Apr 2013 04:29:32 +0200 | 3 | Date: Mon, 15 Apr 2013 04:29:32 +0200 |
| 4 | Subject: [PATCH 01/11] Add linux-oe-g++ platform | 4 | Subject: [PATCH 01/12] Add linux-oe-g++ platform |
| 5 | 5 | ||
| 6 | * This qmake.conf unlike other platforms reads most variables from | 6 | * This qmake.conf unlike other platforms reads most variables from |
| 7 | shell environment, because it's easier for qt recipes to export | 7 | shell environment, because it's easier for qt recipes to export |
| @@ -40,6 +40,7 @@ Subject: [PATCH 01/11] Add linux-oe-g++ platform | |||
| 40 | Upstream-Status: Inappropriate [embedded specific] | 40 | Upstream-Status: Inappropriate [embedded specific] |
| 41 | too OE specific, probably cannot be upstreamed | 41 | too OE specific, probably cannot be upstreamed |
| 42 | 42 | ||
| 43 | Change-Id: I0591ed5da0d61d7cf1509d420e6b293582f1863c | ||
| 43 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 44 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
| 44 | --- | 45 | --- |
| 45 | configure | 66 ++++++++++++++++------- | 46 | configure | 66 ++++++++++++++++------- |
| @@ -51,7 +52,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
| 51 | create mode 100644 mkspecs/linux-oe-g++/qplatformdefs.h | 52 | create mode 100644 mkspecs/linux-oe-g++/qplatformdefs.h |
| 52 | 53 | ||
| 53 | diff --git a/configure b/configure | 54 | diff --git a/configure b/configure |
| 54 | index 229fb4e..b7a6fe3 100755 | 55 | index 043d9fc..12fe2f0 100755 |
| 55 | --- a/configure | 56 | --- a/configure |
| 56 | +++ b/configure | 57 | +++ b/configure |
| 57 | @@ -316,6 +316,16 @@ getQMakeConf() | 58 | @@ -316,6 +316,16 @@ getQMakeConf() |
| @@ -195,7 +196,7 @@ index 6b37a04..dcf6025 100644 | |||
| 195 | write_file($$QMAKE_CONFIG_LOG, msg, append) | 196 | write_file($$QMAKE_CONFIG_LOG, msg, append) |
| 196 | diff --git a/mkspecs/linux-oe-g++/qmake.conf b/mkspecs/linux-oe-g++/qmake.conf | 197 | diff --git a/mkspecs/linux-oe-g++/qmake.conf b/mkspecs/linux-oe-g++/qmake.conf |
| 197 | new file mode 100644 | 198 | new file mode 100644 |
| 198 | index 0000000..ca26b10 | 199 | index 0000000..2ad2810 |
| 199 | --- /dev/null | 200 | --- /dev/null |
| 200 | +++ b/mkspecs/linux-oe-g++/qmake.conf | 201 | +++ b/mkspecs/linux-oe-g++/qmake.conf |
| 201 | @@ -0,0 +1,40 @@ | 202 | @@ -0,0 +1,40 @@ |
| @@ -346,5 +347,5 @@ index 0000000..dd12003 | |||
| 346 | + | 347 | + |
| 347 | +#endif // QPLATFORMDEFS_H | 348 | +#endif // QPLATFORMDEFS_H |
| 348 | -- | 349 | -- |
| 349 | 2.1.3 | 350 | 2.3.0 |
| 350 | 351 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch b/recipes-qt/qt5/qtbase-git/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch index bae0dd3b..127eada2 100644 --- a/recipes-qt/qt5/qtbase-git/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch +++ b/recipes-qt/qt5/qtbase-git/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From aae38b0ff226f287ad40f6eb423f1b974f548b73 Mon Sep 17 00:00:00 2001 | 1 | From 060ea3b14cdf9c9224867d114344a4034edfd30f Mon Sep 17 00:00:00 2001 |
| 2 | From: Holger Freyther <zecke@selfish.org> | 2 | From: Holger Freyther <zecke@selfish.org> |
| 3 | Date: Wed, 26 Sep 2012 17:22:30 +0200 | 3 | Date: Wed, 26 Sep 2012 17:22:30 +0200 |
| 4 | Subject: [PATCH 02/11] qlibraryinfo: allow to set qt.conf from the outside | 4 | Subject: [PATCH 02/12] qlibraryinfo: allow to set qt.conf from the outside |
| 5 | using the environment | 5 | using the environment |
| 6 | 6 | ||
| 7 | Allow to set a qt.conf from the outside using the environment. This allows | 7 | Allow to set a qt.conf from the outside using the environment. This allows |
| @@ -19,10 +19,10 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
| 19 | 1 file changed, 4 insertions(+), 1 deletion(-) | 19 | 1 file changed, 4 insertions(+), 1 deletion(-) |
| 20 | 20 | ||
| 21 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp | 21 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp |
| 22 | index 7ca0aa7..d68c51b 100644 | 22 | index d592032..c418c5e 100644 |
| 23 | --- a/src/corelib/global/qlibraryinfo.cpp | 23 | --- a/src/corelib/global/qlibraryinfo.cpp |
| 24 | +++ b/src/corelib/global/qlibraryinfo.cpp | 24 | +++ b/src/corelib/global/qlibraryinfo.cpp |
| 25 | @@ -139,7 +139,10 @@ QLibrarySettings::QLibrarySettings() | 25 | @@ -138,7 +138,10 @@ QLibrarySettings::QLibrarySettings() |
| 26 | 26 | ||
| 27 | QSettings *QLibraryInfoPrivate::findConfiguration() | 27 | QSettings *QLibraryInfoPrivate::findConfiguration() |
| 28 | { | 28 | { |
| @@ -35,5 +35,5 @@ index 7ca0aa7..d68c51b 100644 | |||
| 35 | if(!QFile::exists(qtconfig)) | 35 | if(!QFile::exists(qtconfig)) |
| 36 | qtconfig = qt_libraryInfoFile(); | 36 | qtconfig = qt_libraryInfoFile(); |
| 37 | -- | 37 | -- |
| 38 | 2.1.3 | 38 | 2.3.0 |
| 39 | 39 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0003-Add-external-hostbindir-option.patch b/recipes-qt/qt5/qtbase-git/0003-Add-external-hostbindir-option.patch index c633ea70..2957c4fd 100644 --- a/recipes-qt/qt5/qtbase-git/0003-Add-external-hostbindir-option.patch +++ b/recipes-qt/qt5/qtbase-git/0003-Add-external-hostbindir-option.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From f2d51e50a7fbdf485696d1b8b2d29e64c729c76b Mon Sep 17 00:00:00 2001 | 1 | From 4efa6ef7025ebd03379d76a419c118189e8e9d4e Mon Sep 17 00:00:00 2001 |
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
| 3 | Date: Sat, 6 Apr 2013 13:15:07 +0200 | 3 | Date: Sat, 6 Apr 2013 13:15:07 +0200 |
| 4 | Subject: [PATCH 03/11] Add -external-hostbindir option | 4 | Subject: [PATCH 03/12] Add -external-hostbindir option |
| 5 | 5 | ||
| 6 | * when cross-compiling it's sometimes useful to use existing tools from machine | 6 | * when cross-compiling it's sometimes useful to use existing tools from machine |
| 7 | (or in OpenEmbedded built with separate native recipe) when building for target | 7 | (or in OpenEmbedded built with separate native recipe) when building for target |
| @@ -27,18 +27,14 @@ Signed-off-by: Jonathan Liu <net147@gmail.com> | |||
| 27 | configure | 15 +++++++++++++++ | 27 | configure | 15 +++++++++++++++ |
| 28 | mkspecs/features/qt_functions.prf | 6 +++++- | 28 | mkspecs/features/qt_functions.prf | 6 +++++- |
| 29 | mkspecs/features/qt_tool.prf | 4 ++-- | 29 | mkspecs/features/qt_tool.prf | 4 ++-- |
| 30 | qmake/property.cpp | 1 + | ||
| 31 | qtbase.pro | 13 ++++++++++--- | 30 | qtbase.pro | 13 ++++++++++--- |
| 32 | src/corelib/Qt5CoreConfigExtras.cmake.in | 6 +++--- | 31 | src/corelib/Qt5CoreConfigExtras.cmake.in | 6 +++--- |
| 33 | src/corelib/global/qlibraryinfo.cpp | 3 ++- | ||
| 34 | src/corelib/global/qlibraryinfo.h | 1 + | ||
| 35 | src/dbus/Qt5DBusConfigExtras.cmake.in | 4 ++-- | 32 | src/dbus/Qt5DBusConfigExtras.cmake.in | 4 ++-- |
| 36 | src/widgets/Qt5WidgetsConfigExtras.cmake.in | 2 +- | 33 | src/widgets/Qt5WidgetsConfigExtras.cmake.in | 2 +- |
| 37 | tools/configure/configureapp.cpp | 8 ++++++++ | 34 | 7 files changed, 38 insertions(+), 12 deletions(-) |
| 38 | 11 files changed, 50 insertions(+), 13 deletions(-) | ||
| 39 | 35 | ||
| 40 | diff --git a/configure b/configure | 36 | diff --git a/configure b/configure |
| 41 | index b7a6fe3..d715f6c 100755 | 37 | index 12fe2f0..7ac81d8 100755 |
| 42 | --- a/configure | 38 | --- a/configure |
| 43 | +++ b/configure | 39 | +++ b/configure |
| 44 | @@ -769,6 +769,7 @@ QT_HOST_BINS= | 40 | @@ -769,6 +769,7 @@ QT_HOST_BINS= |
| @@ -99,10 +95,10 @@ index b7a6fe3..d715f6c 100755 | |||
| 99 | "qt_hostspec=$shortspec", | 95 | "qt_hostspec=$shortspec", |
| 100 | #endif | 96 | #endif |
| 101 | diff --git a/mkspecs/features/qt_functions.prf b/mkspecs/features/qt_functions.prf | 97 | diff --git a/mkspecs/features/qt_functions.prf b/mkspecs/features/qt_functions.prf |
| 102 | index a9a622d..b6f1db0 100644 | 98 | index 7961f65..e11b23d 100644 |
| 103 | --- a/mkspecs/features/qt_functions.prf | 99 | --- a/mkspecs/features/qt_functions.prf |
| 104 | +++ b/mkspecs/features/qt_functions.prf | 100 | +++ b/mkspecs/features/qt_functions.prf |
| 105 | @@ -191,7 +191,11 @@ defineTest(qtAddRpathLink) { | 101 | @@ -192,7 +192,11 @@ defineTest(qtAddRpathLink) { |
| 106 | defineTest(qtPrepareTool) { | 102 | defineTest(qtPrepareTool) { |
| 107 | cmd = $$eval(QT_TOOL.$${2}.binary) | 103 | cmd = $$eval(QT_TOOL.$${2}.binary) |
| 108 | isEmpty(cmd) { | 104 | isEmpty(cmd) { |
| @@ -133,18 +129,6 @@ index 1d3e88c..9b26adf 100644 | |||
| 133 | isEmpty(MODULE):MODULE = $$TARGET | 129 | isEmpty(MODULE):MODULE = $$TARGET |
| 134 | 130 | ||
| 135 | !host_build|!force_bootstrap: MODULE_DEPENDS = $$replace(QT, -private$, _private) | 131 | !host_build|!force_bootstrap: MODULE_DEPENDS = $$replace(QT, -private$, _private) |
| 136 | diff --git a/qmake/property.cpp b/qmake/property.cpp | ||
| 137 | index 051e056..50da6ed 100644 | ||
| 138 | --- a/qmake/property.cpp | ||
| 139 | +++ b/qmake/property.cpp | ||
| 140 | @@ -67,6 +67,7 @@ static const struct { | ||
| 141 | { "QT_HOST_DATA", QLibraryInfo::HostDataPath, true }, | ||
| 142 | { "QT_HOST_BINS", QLibraryInfo::HostBinariesPath, true }, | ||
| 143 | { "QT_HOST_LIBS", QLibraryInfo::HostLibrariesPath, true }, | ||
| 144 | + { "QT_EXTERNAL_HOST_BINS", QLibraryInfo::ExternalHostBinariesPath, true }, | ||
| 145 | { "QMAKE_SPEC", QLibraryInfo::HostSpecPath, true }, | ||
| 146 | { "QMAKE_XSPEC", QLibraryInfo::TargetSpecPath, true }, | ||
| 147 | }; | ||
| 148 | diff --git a/qtbase.pro b/qtbase.pro | 132 | diff --git a/qtbase.pro b/qtbase.pro |
| 149 | index 6d0de44..ddf7478 100644 | 133 | index 6d0de44..ddf7478 100644 |
| 150 | --- a/qtbase.pro | 134 | --- a/qtbase.pro |
| @@ -179,7 +163,7 @@ index 6d0de44..ddf7478 100644 | |||
| 179 | 163 | ||
| 180 | # If we are doing a prefix build, create a "module" pri which enables | 164 | # If we are doing a prefix build, create a "module" pri which enables |
| 181 | diff --git a/src/corelib/Qt5CoreConfigExtras.cmake.in b/src/corelib/Qt5CoreConfigExtras.cmake.in | 165 | diff --git a/src/corelib/Qt5CoreConfigExtras.cmake.in b/src/corelib/Qt5CoreConfigExtras.cmake.in |
| 182 | index 9bda70e..6e3605a 100644 | 166 | index 4387bed..6e1aa7a 100644 |
| 183 | --- a/src/corelib/Qt5CoreConfigExtras.cmake.in | 167 | --- a/src/corelib/Qt5CoreConfigExtras.cmake.in |
| 184 | +++ b/src/corelib/Qt5CoreConfigExtras.cmake.in | 168 | +++ b/src/corelib/Qt5CoreConfigExtras.cmake.in |
| 185 | @@ -5,7 +5,7 @@ if (NOT TARGET Qt5::qmake) | 169 | @@ -5,7 +5,7 @@ if (NOT TARGET Qt5::qmake) |
| @@ -209,39 +193,6 @@ index 9bda70e..6e3605a 100644 | |||
| 209 | !!ENDIF | 193 | !!ENDIF |
| 210 | _qt5_Core_check_file_exists(${imported_location}) | 194 | _qt5_Core_check_file_exists(${imported_location}) |
| 211 | 195 | ||
| 212 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp | ||
| 213 | index d68c51b..7191159 100644 | ||
| 214 | --- a/src/corelib/global/qlibraryinfo.cpp | ||
| 215 | +++ b/src/corelib/global/qlibraryinfo.cpp | ||
| 216 | @@ -349,7 +349,7 @@ QLibraryInfo::isDebugBuild() | ||
| 217 | */ | ||
| 218 | |||
| 219 | static const struct { | ||
| 220 | - char key[19], value[13]; | ||
| 221 | + char key[21], value[13]; | ||
| 222 | } qtConfEntries[] = { | ||
| 223 | { "Prefix", "." }, | ||
| 224 | { "Documentation", "doc" }, // should be ${Data}/doc | ||
| 225 | @@ -375,6 +375,7 @@ static const struct { | ||
| 226 | { "HostBinaries", "bin" }, | ||
| 227 | { "HostLibraries", "lib" }, | ||
| 228 | { "HostData", "." }, | ||
| 229 | + { "ExternalHostBinaries", "" }, | ||
| 230 | { "TargetSpec", "" }, | ||
| 231 | { "HostSpec", "" }, | ||
| 232 | #endif | ||
| 233 | diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h | ||
| 234 | index 543c4b3..a02e03a 100644 | ||
| 235 | --- a/src/corelib/global/qlibraryinfo.h | ||
| 236 | +++ b/src/corelib/global/qlibraryinfo.h | ||
| 237 | @@ -80,6 +80,7 @@ public: | ||
| 238 | HostBinariesPath, | ||
| 239 | HostLibrariesPath, | ||
| 240 | HostDataPath, | ||
| 241 | + ExternalHostBinariesPath, | ||
| 242 | TargetSpecPath, | ||
| 243 | HostSpecPath, | ||
| 244 | LastHostPath = HostSpecPath, | ||
| 245 | diff --git a/src/dbus/Qt5DBusConfigExtras.cmake.in b/src/dbus/Qt5DBusConfigExtras.cmake.in | 196 | diff --git a/src/dbus/Qt5DBusConfigExtras.cmake.in b/src/dbus/Qt5DBusConfigExtras.cmake.in |
| 246 | index 1d94715..301af8f 100644 | 197 | index 1d94715..301af8f 100644 |
| 247 | --- a/src/dbus/Qt5DBusConfigExtras.cmake.in | 198 | --- a/src/dbus/Qt5DBusConfigExtras.cmake.in |
| @@ -277,32 +228,6 @@ index 99d87e2..5621dc0 100644 | |||
| 277 | !!ENDIF | 228 | !!ENDIF |
| 278 | _qt5_Widgets_check_file_exists(${imported_location}) | 229 | _qt5_Widgets_check_file_exists(${imported_location}) |
| 279 | 230 | ||
| 280 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp | ||
| 281 | index 92422c2..d0a62c8 100644 | ||
| 282 | --- a/tools/configure/configureapp.cpp | ||
| 283 | +++ b/tools/configure/configureapp.cpp | ||
| 284 | @@ -1191,6 +1191,13 @@ void Configure::parseCmdLine() | ||
| 285 | dictionary[ "QT_EXT_PREFIX" ] = configCmdLine.at(i); | ||
| 286 | } | ||
| 287 | |||
| 288 | + else if (configCmdLine.at(i) == "-external-hostbindir") { | ||
| 289 | + ++i; | ||
| 290 | + if (i == argCount) | ||
| 291 | + break; | ||
| 292 | + dictionary[ "QT_EXTERNAL_HOST_BINS" ] = configCmdLine.at(i); | ||
| 293 | + } | ||
| 294 | + | ||
| 295 | else if (configCmdLine.at(i) == "-make-tool") { | ||
| 296 | ++i; | ||
| 297 | if (i == argCount) | ||
| 298 | @@ -3995,6 +4002,7 @@ void Configure::generateQConfigCpp() | ||
| 299 | << " \"qt_hbinpath=" << formatPath(dictionary["QT_HOST_BINS"]) << "\"," << endl | ||
| 300 | << " \"qt_hlibpath=" << formatPath(dictionary["QT_HOST_LIBS"]) << "\"," << endl | ||
| 301 | << " \"qt_hdatpath=" << formatPath(dictionary["QT_HOST_DATA"]) << "\"," << endl | ||
| 302 | + << " \"qt_ebinpath=" << formatPath(dictionary["QT_EXTERNAL_HOST_BINS"]) << "\"," << endl | ||
| 303 | << " \"qt_targspec=" << targSpec << "\"," << endl | ||
| 304 | << " \"qt_hostspec=" << hostSpec << "\"," << endl | ||
| 305 | << "#endif" << endl | ||
| 306 | -- | 231 | -- |
| 307 | 2.1.3 | 232 | 2.3.0 |
| 308 | 233 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch b/recipes-qt/qt5/qtbase-git/0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch deleted file mode 100644 index 83694b7d..00000000 --- a/recipes-qt/qt5/qtbase-git/0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | From 13a61389aa33fdfd5d9a1adf824d98c5ebf1cdff Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Sat, 27 Apr 2013 22:33:33 +0200 | ||
| 4 | Subject: [PATCH 04/11] configureapp: Prefix default LIBDIRS and INCDIRS with | ||
| 5 | SYSROOT | ||
| 6 | |||
| 7 | Upstream-Status: Pending | ||
| 8 | again a bit OE specific | ||
| 9 | --- | ||
| 10 | tools/configure/configureapp.cpp | 4 ++-- | ||
| 11 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp | ||
| 14 | index d0a62c8..b3f3ff8 100644 | ||
| 15 | --- a/tools/configure/configureapp.cpp | ||
| 16 | +++ b/tools/configure/configureapp.cpp | ||
| 17 | @@ -3384,8 +3384,8 @@ void Configure::generateQConfigPri() | ||
| 18 | configStream << " QT_ARCH = " << dictionary["QT_ARCH"] << endl; | ||
| 19 | if (dictionary.contains("XQMAKESPEC") && !dictionary["XQMAKESPEC"].startsWith("wince")) { | ||
| 20 | // FIXME: add detection | ||
| 21 | - configStream << " QMAKE_DEFAULT_LIBDIRS = /lib /usr/lib" << endl; | ||
| 22 | - configStream << " QMAKE_DEFAULT_INCDIRS = /usr/include /usr/local/include" << endl; | ||
| 23 | + configStream << " QMAKE_DEFAULT_LIBDIRS = $$[QT_SYSROOT]/lib $$[QT_SYSROOT]/usr/lib" << endl; | ||
| 24 | + configStream << " QMAKE_DEFAULT_INCDIRS = $$[QT_SYSROOT]/usr/include $$[QT_SYSROOT]/usr/local/include" << endl; | ||
| 25 | } | ||
| 26 | configStream << "}" << endl; | ||
| 27 | configStream << "QT_CONFIG += " << qtConfig.join(' ') << endl; | ||
| 28 | -- | ||
| 29 | 2.1.3 | ||
| 30 | |||
diff --git a/recipes-qt/qt5/qtbase-git/0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch b/recipes-qt/qt5/qtbase-git/0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch index a6e90894..8790ae65 100644 --- a/recipes-qt/qt5/qtbase-git/0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch +++ b/recipes-qt/qt5/qtbase-git/0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 5778f98f990781710e72be8275dae32a7999330d Mon Sep 17 00:00:00 2001 | 1 | From efd941d9d21a7f9a41dcabf7ea88481c3563ae93 Mon Sep 17 00:00:00 2001 |
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
| 3 | Date: Sat, 27 Apr 2013 23:15:37 +0200 | 3 | Date: Sat, 27 Apr 2013 23:15:37 +0200 |
| 4 | Subject: [PATCH 05/11] qt_module: Fix pkgconfig and libtool replacements | 4 | Subject: [PATCH 04/12] qt_module: Fix pkgconfig and libtool replacements |
| 5 | MIME-Version: 1.0 | 5 | MIME-Version: 1.0 |
| 6 | Content-Type: text/plain; charset=UTF-8 | 6 | Content-Type: text/plain; charset=UTF-8 |
| 7 | Content-Transfer-Encoding: 8bit | 7 | Content-Transfer-Encoding: 8bit |
| @@ -67,7 +67,7 @@ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | |||
| 67 | 2 files changed, 16 insertions(+), 1 deletion(-) | 67 | 2 files changed, 16 insertions(+), 1 deletion(-) |
| 68 | 68 | ||
| 69 | diff --git a/mkspecs/features/qt_common.prf b/mkspecs/features/qt_common.prf | 69 | diff --git a/mkspecs/features/qt_common.prf b/mkspecs/features/qt_common.prf |
| 70 | index af9d6ca..a4781d6 100644 | 70 | index eb65e73..4db40d0 100644 |
| 71 | --- a/mkspecs/features/qt_common.prf | 71 | --- a/mkspecs/features/qt_common.prf |
| 72 | +++ b/mkspecs/features/qt_common.prf | 72 | +++ b/mkspecs/features/qt_common.prf |
| 73 | @@ -33,7 +33,7 @@ contains(TEMPLATE, .*lib) { | 73 | @@ -33,7 +33,7 @@ contains(TEMPLATE, .*lib) { |
| @@ -110,5 +110,5 @@ index d213f9e..915c596 100644 | |||
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | -- | 112 | -- |
| 113 | 2.1.3 | 113 | 2.3.0 |
| 114 | 114 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch b/recipes-qt/qt5/qtbase-git/0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch index 042d7638..b7bb8c89 100644 --- a/recipes-qt/qt5/qtbase-git/0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch +++ b/recipes-qt/qt5/qtbase-git/0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 4a067c162d08596e3ec89dcfb3ecdf197b1bf22a Mon Sep 17 00:00:00 2001 | 1 | From 4d32129ba11c6b7d4cfd4d037e3e3b73fd32b6b5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
| 3 | Date: Mon, 21 Apr 2014 19:22:04 +0200 | 3 | Date: Mon, 21 Apr 2014 19:22:04 +0200 |
| 4 | Subject: [PATCH 06/11] Revert "eglfs: Print the chosen config in debug mode" | 4 | Subject: [PATCH 05/12] Revert "eglfs: Print the chosen config in debug mode" |
| 5 | 5 | ||
| 6 | With this change the build is failing with: | 6 | With this change the build is failing with: |
| 7 | | In file included from /OE/build/oe-core/tmp-glibc/sysroots/qemux86-64/usr/include/EGL/eglplatform.h:118:0, | 7 | | In file included from /OE/build/oe-core/tmp-glibc/sysroots/qemux86-64/usr/include/EGL/eglplatform.h:118:0, |
| @@ -68,7 +68,7 @@ index c1a491c..7a0fc87 100644 | |||
| 68 | 68 | ||
| 69 | #ifdef Q_OS_UNIX | 69 | #ifdef Q_OS_UNIX |
| 70 | diff --git a/src/platformsupport/eglconvenience/qeglplatformcontext.cpp b/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | 70 | diff --git a/src/platformsupport/eglconvenience/qeglplatformcontext.cpp b/src/platformsupport/eglconvenience/qeglplatformcontext.cpp |
| 71 | index 7cc3300..ccbd974 100644 | 71 | index 7cc3300..ccbd974a 100644 |
| 72 | --- a/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | 72 | --- a/src/platformsupport/eglconvenience/qeglplatformcontext.cpp |
| 73 | +++ b/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | 73 | +++ b/src/platformsupport/eglconvenience/qeglplatformcontext.cpp |
| 74 | @@ -37,7 +37,6 @@ | 74 | @@ -37,7 +37,6 @@ |
| @@ -93,5 +93,5 @@ index 7cc3300..ccbd974 100644 | |||
| 93 | } | 93 | } |
| 94 | 94 | ||
| 95 | -- | 95 | -- |
| 96 | 2.1.3 | 96 | 2.3.0 |
| 97 | 97 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch b/recipes-qt/qt5/qtbase-git/0006-qeglplatformintegration-Undefine-CursorShape-from-X..patch index c528f0c9..386d2e87 100644 --- a/recipes-qt/qt5/qtbase-git/0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch +++ b/recipes-qt/qt5/qtbase-git/0006-qeglplatformintegration-Undefine-CursorShape-from-X..patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 8e152449beb18454347cfdb300c50d113fa48383 Mon Sep 17 00:00:00 2001 | 1 | From 29c6088243796faf0b4115a93239d4ada9182757 Mon Sep 17 00:00:00 2001 |
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
| 3 | Date: Wed, 19 Mar 2014 18:32:28 +0100 | 3 | Date: Wed, 19 Mar 2014 18:32:28 +0100 |
| 4 | Subject: [PATCH 07/11] qeglplatformintegration: Undefine CursorShape from X.h | 4 | Subject: [PATCH 06/12] qeglplatformintegration: Undefine CursorShape from X.h |
| 5 | 5 | ||
| 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
| 7 | --- | 7 | --- |
| @@ -9,11 +9,11 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
| 9 | 1 file changed, 6 insertions(+) | 9 | 1 file changed, 6 insertions(+) |
| 10 | 10 | ||
| 11 | diff --git a/src/platformsupport/eglconvenience/qeglplatformintegration_p.h b/src/platformsupport/eglconvenience/qeglplatformintegration_p.h | 11 | diff --git a/src/platformsupport/eglconvenience/qeglplatformintegration_p.h b/src/platformsupport/eglconvenience/qeglplatformintegration_p.h |
| 12 | index 4d7adce..c9b6873 100644 | 12 | index 2b5d5f5..a0aab03 100644 |
| 13 | --- a/src/platformsupport/eglconvenience/qeglplatformintegration_p.h | 13 | --- a/src/platformsupport/eglconvenience/qeglplatformintegration_p.h |
| 14 | +++ b/src/platformsupport/eglconvenience/qeglplatformintegration_p.h | 14 | +++ b/src/platformsupport/eglconvenience/qeglplatformintegration_p.h |
| 15 | @@ -50,6 +50,12 @@ | 15 | @@ -50,6 +50,12 @@ |
| 16 | #include <QtCore/QVariant> | 16 | #include <qpa/qplatformnativeinterface.h> |
| 17 | #include <EGL/egl.h> | 17 | #include <EGL/egl.h> |
| 18 | 18 | ||
| 19 | +// Undefine CursorShape from X.h, which is causing breakage in Qt::CursorShape in platformsupport/eglconvenience/ | 19 | +// Undefine CursorShape from X.h, which is causing breakage in Qt::CursorShape in platformsupport/eglconvenience/ |
| @@ -26,5 +26,5 @@ index 4d7adce..c9b6873 100644 | |||
| 26 | 26 | ||
| 27 | class QEGLPlatformScreen; | 27 | class QEGLPlatformScreen; |
| 28 | -- | 28 | -- |
| 29 | 2.1.3 | 29 | 2.3.0 |
| 30 | 30 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0008-configure-bump-path-length-from-256-to-512-character.patch b/recipes-qt/qt5/qtbase-git/0007-configure-bump-path-length-from-256-to-512-character.patch index c20d6f15..d6731d63 100644 --- a/recipes-qt/qt5/qtbase-git/0008-configure-bump-path-length-from-256-to-512-character.patch +++ b/recipes-qt/qt5/qtbase-git/0007-configure-bump-path-length-from-256-to-512-character.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 3a31a14c9c244a22337f22d083a680f69a1b1ce8 Mon Sep 17 00:00:00 2001 | 1 | From 9eadba2398bfba10209f25b1c2e0ceb04e04957c Mon Sep 17 00:00:00 2001 |
| 2 | From: Denys Dmytriyenko <denys@ti.com> | 2 | From: Denys Dmytriyenko <denys@ti.com> |
| 3 | Date: Mon, 11 Nov 2013 20:27:30 -0500 | 3 | Date: Mon, 11 Nov 2013 20:27:30 -0500 |
| 4 | Subject: [PATCH 08/11] configure: bump path length from 256 to 512 characters | 4 | Subject: [PATCH 07/12] configure: bump path length from 256 to 512 characters |
| 5 | 5 | ||
| 6 | Increase the path length that gets hardcoded into generated config.cpp file | 6 | Increase the path length that gets hardcoded into generated config.cpp file |
| 7 | from 256 to 512 characters, as nativesdk path can be quite long. | 7 | from 256 to 512 characters, as nativesdk path can be quite long. |
| @@ -12,7 +12,7 @@ Signed-off-by: Denys Dmytriyenko <denys@ti.com> | |||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | 13 | ||
| 14 | diff --git a/configure b/configure | 14 | diff --git a/configure b/configure |
| 15 | index d715f6c..bd43281 100755 | 15 | index 7ac81d8..8b42b8e 100755 |
| 16 | --- a/configure | 16 | --- a/configure |
| 17 | +++ b/configure | 17 | +++ b/configure |
| 18 | @@ -3622,7 +3622,7 @@ static const char qt_configure_licensed_products_str [256 + 12] = "qt_lcnsprod=$ | 18 | @@ -3622,7 +3622,7 @@ static const char qt_configure_licensed_products_str [256 + 12] = "qt_lcnsprod=$ |
| @@ -25,5 +25,5 @@ index d715f6c..bd43281 100755 | |||
| 25 | "qt_prfxpath=$QT_SYSROOT_PREFIX", | 25 | "qt_prfxpath=$QT_SYSROOT_PREFIX", |
| 26 | "qt_docspath=$QT_SYSROOT_DOCS", | 26 | "qt_docspath=$QT_SYSROOT_DOCS", |
| 27 | -- | 27 | -- |
| 28 | 2.1.3 | 28 | 2.3.0 |
| 29 | 29 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch b/recipes-qt/qt5/qtbase-git/0008-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch index 200864a9..650dd9dd 100644 --- a/recipes-qt/qt5/qtbase-git/0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch +++ b/recipes-qt/qt5/qtbase-git/0008-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 621d867223a135a9babd452d4918200bc6d0463b Mon Sep 17 00:00:00 2001 | 1 | From b6776c9f0da5988013d5195592b84e313b79daab Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> |
| 3 | Date: Wed, 5 Feb 2014 18:35:08 +0100 | 3 | Date: Wed, 5 Feb 2014 18:35:08 +0100 |
| 4 | Subject: [PATCH 09/11] eglfs: fix egl error for platforms only supporting one | 4 | Subject: [PATCH 08/12] eglfs: fix egl error for platforms only supporting one |
| 5 | window/surface | 5 | window/surface |
| 6 | MIME-Version: 1.0 | 6 | MIME-Version: 1.0 |
| 7 | Content-Type: text/plain; charset=UTF-8 | 7 | Content-Type: text/plain; charset=UTF-8 |
| @@ -27,10 +27,10 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
| 27 | 1 file changed, 15 insertions(+), 1 deletion(-) | 27 | 1 file changed, 15 insertions(+), 1 deletion(-) |
| 28 | 28 | ||
| 29 | diff --git a/src/plugins/platforms/eglfs/qeglfswindow.cpp b/src/plugins/platforms/eglfs/qeglfswindow.cpp | 29 | diff --git a/src/plugins/platforms/eglfs/qeglfswindow.cpp b/src/plugins/platforms/eglfs/qeglfswindow.cpp |
| 30 | index f5839e0..5ebde6d 100644 | 30 | index 39a3ef9..2c05979 100644 |
| 31 | --- a/src/plugins/platforms/eglfs/qeglfswindow.cpp | 31 | --- a/src/plugins/platforms/eglfs/qeglfswindow.cpp |
| 32 | +++ b/src/plugins/platforms/eglfs/qeglfswindow.cpp | 32 | +++ b/src/plugins/platforms/eglfs/qeglfswindow.cpp |
| 33 | @@ -66,6 +66,15 @@ void QEglFSWindow::create() | 33 | @@ -68,6 +68,15 @@ void QEglFSWindow::create() |
| 34 | 34 | ||
| 35 | m_flags = Created; | 35 | m_flags = Created; |
| 36 | 36 | ||
| @@ -46,7 +46,7 @@ index f5839e0..5ebde6d 100644 | |||
| 46 | if (window()->type() == Qt::Desktop) | 46 | if (window()->type() == Qt::Desktop) |
| 47 | return; | 47 | return; |
| 48 | 48 | ||
| 49 | @@ -79,7 +88,7 @@ void QEglFSWindow::create() | 49 | @@ -81,7 +90,7 @@ void QEglFSWindow::create() |
| 50 | return; | 50 | return; |
| 51 | } | 51 | } |
| 52 | 52 | ||
| @@ -55,7 +55,7 @@ index f5839e0..5ebde6d 100644 | |||
| 55 | // We can have either a single OpenGL window or multiple raster windows. | 55 | // We can have either a single OpenGL window or multiple raster windows. |
| 56 | // Other combinations cannot work. | 56 | // Other combinations cannot work. |
| 57 | qFatal("EGLFS: OpenGL windows cannot be mixed with others."); | 57 | qFatal("EGLFS: OpenGL windows cannot be mixed with others."); |
| 58 | @@ -99,6 +108,11 @@ void QEglFSWindow::create() | 58 | @@ -101,6 +110,11 @@ void QEglFSWindow::create() |
| 59 | 59 | ||
| 60 | resetSurface(); | 60 | resetSurface(); |
| 61 | 61 | ||
| @@ -68,5 +68,5 @@ index f5839e0..5ebde6d 100644 | |||
| 68 | 68 | ||
| 69 | if (isRaster()) { | 69 | if (isRaster()) { |
| 70 | -- | 70 | -- |
| 71 | 2.1.3 | 71 | 2.3.0 |
| 72 | 72 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0010-QOpenGLPaintDevice-sub-area-support.patch b/recipes-qt/qt5/qtbase-git/0009-QOpenGLPaintDevice-sub-area-support.patch index 986d2a93..e30c06fd 100644 --- a/recipes-qt/qt5/qtbase-git/0010-QOpenGLPaintDevice-sub-area-support.patch +++ b/recipes-qt/qt5/qtbase-git/0009-QOpenGLPaintDevice-sub-area-support.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 46074ffb4525e8217acd78c9cbe29f3d62f85c78 Mon Sep 17 00:00:00 2001 | 1 | From 010322a4ca16bcf1ea357689be4a94145733325d Mon Sep 17 00:00:00 2001 |
| 2 | From: Jani Hautakangas <jani.hautakangas@ixonos.com> | 2 | From: Jani Hautakangas <jani.hautakangas@ixonos.com> |
| 3 | Date: Thu, 16 May 2013 09:52:07 +0300 | 3 | Date: Thu, 16 May 2013 09:52:07 +0300 |
| 4 | Subject: [PATCH 10/11] QOpenGLPaintDevice sub-area support | 4 | Subject: [PATCH 09/12] QOpenGLPaintDevice sub-area support |
| 5 | 5 | ||
| 6 | Allows creating QOpenGLPaintDevice targetting sub-area | 6 | Allows creating QOpenGLPaintDevice targetting sub-area |
| 7 | of binded framebuffer. | 7 | of binded framebuffer. |
| @@ -81,10 +81,10 @@ index 0b01129..211f2f3 100644 | |||
| 81 | 81 | ||
| 82 | qreal dpmx; | 82 | qreal dpmx; |
| 83 | diff --git a/src/gui/opengl/qopenglpaintengine.cpp b/src/gui/opengl/qopenglpaintengine.cpp | 83 | diff --git a/src/gui/opengl/qopenglpaintengine.cpp b/src/gui/opengl/qopenglpaintengine.cpp |
| 84 | index c490726..1d775fd 100644 | 84 | index 8eeaa31..e17520e 100644 |
| 85 | --- a/src/gui/opengl/qopenglpaintengine.cpp | 85 | --- a/src/gui/opengl/qopenglpaintengine.cpp |
| 86 | +++ b/src/gui/opengl/qopenglpaintengine.cpp | 86 | +++ b/src/gui/opengl/qopenglpaintengine.cpp |
| 87 | @@ -2002,7 +2002,10 @@ bool QOpenGL2PaintEngineEx::begin(QPaintDevice *pdev) | 87 | @@ -2080,7 +2080,10 @@ bool QOpenGL2PaintEngineEx::begin(QPaintDevice *pdev) |
| 88 | for (int i = 0; i < QT_GL_VERTEX_ARRAY_TRACKED_COUNT; ++i) | 88 | for (int i = 0; i < QT_GL_VERTEX_ARRAY_TRACKED_COUNT; ++i) |
| 89 | d->vertexAttributeArraysEnabledState[i] = false; | 89 | d->vertexAttributeArraysEnabledState[i] = false; |
| 90 | 90 | ||
| @@ -95,16 +95,16 @@ index c490726..1d775fd 100644 | |||
| 95 | d->width = sz.width(); | 95 | d->width = sz.width(); |
| 96 | d->height = sz.height(); | 96 | d->height = sz.height(); |
| 97 | d->mode = BrushDrawingMode; | 97 | d->mode = BrushDrawingMode; |
| 98 | @@ -2089,7 +2092,7 @@ void QOpenGL2PaintEngineEx::ensureActive() | 98 | @@ -2167,7 +2170,7 @@ void QOpenGL2PaintEngineEx::ensureActive() |
| 99 | d->device->ensureActiveTarget(); | 99 | d->device->ensureActiveTarget(); |
| 100 | 100 | ||
| 101 | d->transferMode(BrushDrawingMode); | 101 | d->transferMode(BrushDrawingMode); |
| 102 | - d->funcs.glViewport(0, 0, d->width, d->height); | 102 | - d->funcs.glViewport(0, 0, d->width, d->height); |
| 103 | + d->funcs.glViewport(d->x, d->y, d->width, d->height); | 103 | + d->funcs.glViewport(d->x, d->y, d->width, d->height); |
| 104 | d->needsSync = false; | 104 | d->needsSync = false; |
| 105 | d->lastMaskTextureUsed = 0; | ||
| 106 | d->shaderManager->setDirty(); | 105 | d->shaderManager->setDirty(); |
| 107 | @@ -2132,6 +2135,7 @@ void QOpenGL2PaintEngineExPrivate::updateClipScissorTest() | 106 | d->syncGlState(); |
| 107 | @@ -2209,6 +2212,7 @@ void QOpenGL2PaintEngineExPrivate::updateClipScissorTest() | ||
| 108 | if (bounds == QRect(0, 0, width, height)) { | 108 | if (bounds == QRect(0, 0, width, height)) { |
| 109 | funcs.glDisable(GL_SCISSOR_TEST); | 109 | funcs.glDisable(GL_SCISSOR_TEST); |
| 110 | } else { | 110 | } else { |
| @@ -112,7 +112,7 @@ index c490726..1d775fd 100644 | |||
| 112 | funcs.glEnable(GL_SCISSOR_TEST); | 112 | funcs.glEnable(GL_SCISSOR_TEST); |
| 113 | setScissor(bounds); | 113 | setScissor(bounds); |
| 114 | } | 114 | } |
| 115 | @@ -2140,12 +2144,13 @@ void QOpenGL2PaintEngineExPrivate::updateClipScissorTest() | 115 | @@ -2217,12 +2221,13 @@ void QOpenGL2PaintEngineExPrivate::updateClipScissorTest() |
| 116 | 116 | ||
| 117 | void QOpenGL2PaintEngineExPrivate::setScissor(const QRect &rect) | 117 | void QOpenGL2PaintEngineExPrivate::setScissor(const QRect &rect) |
| 118 | { | 118 | { |
| @@ -128,10 +128,10 @@ index c490726..1d775fd 100644 | |||
| 128 | 128 | ||
| 129 | funcs.glScissor(left, bottom, width, height); | 129 | funcs.glScissor(left, bottom, width, height); |
| 130 | diff --git a/src/gui/opengl/qopenglpaintengine_p.h b/src/gui/opengl/qopenglpaintengine_p.h | 130 | diff --git a/src/gui/opengl/qopenglpaintengine_p.h b/src/gui/opengl/qopenglpaintengine_p.h |
| 131 | index 5ef0366..c5b517d 100644 | 131 | index 9722ea3..07e3163 100644 |
| 132 | --- a/src/gui/opengl/qopenglpaintengine_p.h | 132 | --- a/src/gui/opengl/qopenglpaintengine_p.h |
| 133 | +++ b/src/gui/opengl/qopenglpaintengine_p.h | 133 | +++ b/src/gui/opengl/qopenglpaintengine_p.h |
| 134 | @@ -256,6 +256,7 @@ public: | 134 | @@ -264,6 +264,7 @@ public: |
| 135 | QOpenGL2PaintEngineEx* q; | 135 | QOpenGL2PaintEngineEx* q; |
| 136 | QOpenGLEngineShaderManager* shaderManager; | 136 | QOpenGLEngineShaderManager* shaderManager; |
| 137 | QOpenGLPaintDevice* device; | 137 | QOpenGLPaintDevice* device; |
| @@ -153,5 +153,5 @@ index cd268cd..997bc35 100644 | |||
| 153 | } else { | 153 | } else { |
| 154 | if (m_vao.isCreated()) { | 154 | if (m_vao.isCreated()) { |
| 155 | -- | 155 | -- |
| 156 | 2.1.3 | 156 | 2.3.0 |
| 157 | 157 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0013-Make-Qt5GuiConfigExtras.cmake-find-gl-es-include-dir.patch b/recipes-qt/qt5/qtbase-git/0010-Make-Qt5GuiConfigExtras.cmake-find-gl-es-include-dir.patch index 6ea42bc5..d2a1810a 100644 --- a/recipes-qt/qt5/qtbase-git/0013-Make-Qt5GuiConfigExtras.cmake-find-gl-es-include-dir.patch +++ b/recipes-qt/qt5/qtbase-git/0010-Make-Qt5GuiConfigExtras.cmake-find-gl-es-include-dir.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From f5df17e2a02cf67f3436b7fe640c6bf54ba93ad6 Mon Sep 17 00:00:00 2001 | 1 | From e163574a35ad782a3d43ee8d5e3f212870962e10 Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> |
| 3 | Date: Thu, 18 Dec 2014 13:41:09 +0100 | 3 | Date: Thu, 18 Dec 2014 13:41:09 +0100 |
| 4 | Subject: [PATCH] Make Qt5GuiConfigExtras.cmake find gl(es) include dir | 4 | Subject: [PATCH 10/12] Make Qt5GuiConfigExtras.cmake find gl(es) include dir |
| 5 | MIME-Version: 1.0 | 5 | MIME-Version: 1.0 |
| 6 | Content-Type: text/plain; charset=UTF-8 | 6 | Content-Type: text/plain; charset=UTF-8 |
| 7 | Content-Transfer-Encoding: 8bit | 7 | Content-Transfer-Encoding: 8bit |
| @@ -38,5 +38,5 @@ index 9a846d4..07869ef 100644 | |||
| 38 | if (NOT _qt5gui_OPENGL_INCLUDE_DIR) | 38 | if (NOT _qt5gui_OPENGL_INCLUDE_DIR) |
| 39 | message(FATAL_ERROR \"Failed to find \\\"$$CMAKE_GL_HEADER_NAME\\\" in \\\"${_GL_INCDIRS}\\\".\") | 39 | message(FATAL_ERROR \"Failed to find \\\"$$CMAKE_GL_HEADER_NAME\\\" in \\\"${_GL_INCDIRS}\\\".\") |
| 40 | -- | 40 | -- |
| 41 | 1.8.3.1 | 41 | 2.3.0 |
| 42 | 42 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0011-Always-build-uic.patch b/recipes-qt/qt5/qtbase-git/0011-Always-build-uic.patch index 86bf90d7..728bb5a9 100644 --- a/recipes-qt/qt5/qtbase-git/0011-Always-build-uic.patch +++ b/recipes-qt/qt5/qtbase-git/0011-Always-build-uic.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From d48323aae1bee4b2398d61e1777815ffac15ccce Mon Sep 17 00:00:00 2001 | 1 | From 17929906fd0c057b35ad48b3a22770f8c52c1108 Mon Sep 17 00:00:00 2001 |
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
| 3 | Date: Sat, 16 Nov 2013 00:32:30 +0100 | 3 | Date: Sat, 16 Nov 2013 00:32:30 +0100 |
| 4 | Subject: [PATCH 11/12] Always build uic | 4 | Subject: [PATCH 11/13] Always build uic |
| 5 | 5 | ||
| 6 | Even if we are not building gui or widgets. This tool is needed later | 6 | Even if we are not building gui or widgets. This tool is needed later |
| 7 | as a native tool when compiling the target. | 7 | as a native tool when compiling the target. |
| @@ -27,5 +27,5 @@ index 81f4fa5..74ec23d 100644 | |||
| 27 | nacl: SUBDIRS -= src_network src_testlib | 27 | nacl: SUBDIRS -= src_network src_testlib |
| 28 | 28 | ||
| 29 | -- | 29 | -- |
| 30 | 2.1.3 | 30 | 2.3.0 |
| 31 | 31 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch b/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch index 21e0987b..ef65da08 100644 --- a/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch +++ b/recipes-qt/qt5/qtbase-git/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From ee542556da221be99fa3344630b78529555be2bc Mon Sep 17 00:00:00 2001 | 1 | From e199e105df6ded6ea9404b4f7f6f7f8381a51e85 Mon Sep 17 00:00:00 2001 |
| 2 | From: Michael Krelin <hacker@klever.net> | 2 | From: Michael Krelin <hacker@klever.net> |
| 3 | Date: Mon, 29 Oct 2012 20:07:49 -0700 | 3 | Date: Mon, 29 Oct 2012 20:07:49 -0700 |
| 4 | Subject: [PATCH 11/11] qmake: don't build it in configure, but allow to build | 4 | Subject: [PATCH 11/12] qmake: don't build it in configure, but allow to build |
| 5 | it separately | 5 | it separately |
| 6 | 6 | ||
| 7 | * it is already built in qtbase-native, so we don't need it in configure | 7 | * it is already built in qtbase-native, so we don't need it in configure |
| @@ -14,13 +14,18 @@ Signed-off-by: Yu Ke <ke.yu@intel.com> | |||
| 14 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | 14 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
| 15 | Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com> | 15 | Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com> |
| 16 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 16 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
| 17 | --- | ||
| 18 | configure | 2 +- | 17 | configure | 2 +- |
| 18 | qmake/qmake.pri | 3 ++- | ||
| 19 | qmake/qmake.pro | 2 ++ | 19 | qmake/qmake.pro | 2 ++ |
| 20 | 2 files changed, 3 insertions(+), 1 deletion(-) | 20 | 3 files changed, 5 insertions(+), 2 deletions(-) |
| 21 | --- | ||
| 22 | configure | 2 +- | ||
| 23 | qmake/qmake.pri | 3 ++- | ||
| 24 | qmake/qmake.pro | 1 + | ||
| 25 | 3 files changed, 4 insertions(+), 2 deletions(-) | ||
| 21 | 26 | ||
| 22 | diff --git a/configure b/configure | 27 | diff --git a/configure b/configure |
| 23 | index bd43281..5d1b3aa 100755 | 28 | index 8b42b8e..aa21ff6 100755 |
| 24 | --- a/configure | 29 | --- a/configure |
| 25 | +++ b/configure | 30 | +++ b/configure |
| 26 | @@ -3724,7 +3724,7 @@ setBootstrapEvalVariable() | 31 | @@ -3724,7 +3724,7 @@ setBootstrapEvalVariable() |
| @@ -32,19 +37,32 @@ index bd43281..5d1b3aa 100755 | |||
| 32 | echo "Creating qmake..." | 37 | echo "Creating qmake..." |
| 33 | 38 | ||
| 34 | mkdir -p "$outpath/qmake" || exit | 39 | mkdir -p "$outpath/qmake" || exit |
| 40 | diff --git a/qmake/qmake.pri b/qmake/qmake.pri | ||
| 41 | index 4de41d6..69982b7 100644 | ||
| 42 | --- a/qmake/qmake.pri | ||
| 43 | +++ b/qmake/qmake.pri | ||
| 44 | @@ -82,7 +82,8 @@ bootstrap { #Qt code | ||
| 45 | qjsonparser.cpp \ | ||
| 46 | qjsonarray.cpp \ | ||
| 47 | qjsonobject.cpp \ | ||
| 48 | - qjsonvalue.cpp | ||
| 49 | + qjsonvalue.cpp \ | ||
| 50 | + qdebug.cpp | ||
| 51 | |||
| 52 | HEADERS+= \ | ||
| 53 | qbitarray.h \ | ||
| 35 | diff --git a/qmake/qmake.pro b/qmake/qmake.pro | 54 | diff --git a/qmake/qmake.pro b/qmake/qmake.pro |
| 36 | index 89d6ea5..7c605b9 100644 | 55 | index 89d6ea5..0ff4a96 100644 |
| 37 | --- a/qmake/qmake.pro | 56 | --- a/qmake/qmake.pro |
| 38 | +++ b/qmake/qmake.pro | 57 | +++ b/qmake/qmake.pro |
| 39 | @@ -8,6 +8,8 @@ CONFIG -= qt | 58 | @@ -8,6 +8,7 @@ CONFIG -= qt |
| 40 | DEFINES += \ | 59 | DEFINES += \ |
| 41 | QT_BUILD_QMAKE \ | 60 | QT_BUILD_QMAKE \ |
| 42 | PROEVALUATOR_FULL | 61 | PROEVALUATOR_FULL |
| 43 | +DESTDIR = ../bin/ | ||
| 44 | +TARGET = qmake | 62 | +TARGET = qmake |
| 45 | 63 | ||
| 46 | VPATH += \ | 64 | VPATH += \ |
| 47 | ../src/corelib/global \ | 65 | ../src/corelib/global \ |
| 48 | -- | 66 | -- |
| 49 | 2.1.3 | 67 | 2.3.0 |
| 50 | 68 | ||
diff --git a/recipes-qt/qt5/qtbase-git/0012-Add-external-hostbindir-option-for-native-sdk.patch b/recipes-qt/qt5/qtbase-git/0012-Add-external-hostbindir-option-for-native-sdk.patch new file mode 100644 index 00000000..90dacc20 --- /dev/null +++ b/recipes-qt/qt5/qtbase-git/0012-Add-external-hostbindir-option-for-native-sdk.patch | |||
| @@ -0,0 +1,108 @@ | |||
| 1 | From dee6fc781f5ac77155817b82f9d66787690a3bb3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Sat, 6 Apr 2013 13:15:07 +0200 | ||
| 4 | Subject: [PATCH 12/13] Add -external-hostbindir option for native(sdk) | ||
| 5 | |||
| 6 | * when cross-compiling it's sometimes useful to use existing tools from machine | ||
| 7 | (or in OpenEmbedded built with separate native recipe) when building for target | ||
| 8 | |||
| 9 | * this way we can skip bootstraping tools we already have | ||
| 10 | |||
| 11 | * qt_functions: temporary remove isEmpty check | ||
| 12 | * now we assume that every build will provide QT_EXTERNAL_HOST_BINS value | ||
| 13 | * isEmpty works correctly only with qmake variables (e.g. $$FOO - | ||
| 14 | isEmpty(FOO)), but doesn't work with system properties like $$[FOO]. | ||
| 15 | |||
| 16 | * cmake: Use OE_QMAKE_PATH_EXTERNAL_HOST_BINS to determine path to host binaries | ||
| 17 | |||
| 18 | Upstream-Status: Pending | ||
| 19 | is a lot better for upstreaming (and it was already sort of approved by | ||
| 20 | Oswald) but in 5.2.0 I've noticed that he added something similar for | ||
| 21 | android builds | ||
| 22 | |||
| 23 | Change-Id: I4f6e634bf0b2cb96065ee5c38b9cd8a224c3bd37 | ||
| 24 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 25 | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||
| 26 | Signed-off-by: Jonathan Liu <net147@gmail.com> | ||
| 27 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 28 | --- | ||
| 29 | qmake/property.cpp | 1 + | ||
| 30 | src/corelib/global/qlibraryinfo.cpp | 3 ++- | ||
| 31 | src/corelib/global/qlibraryinfo.h | 1 + | ||
| 32 | tools/configure/configureapp.cpp | 8 ++++++++ | ||
| 33 | 4 files changed, 12 insertions(+), 1 deletion(-) | ||
| 34 | |||
| 35 | diff --git a/qmake/property.cpp b/qmake/property.cpp | ||
| 36 | index 051e056..50da6ed 100644 | ||
| 37 | --- a/qmake/property.cpp | ||
| 38 | +++ b/qmake/property.cpp | ||
| 39 | @@ -67,6 +67,7 @@ static const struct { | ||
| 40 | { "QT_HOST_DATA", QLibraryInfo::HostDataPath, true }, | ||
| 41 | { "QT_HOST_BINS", QLibraryInfo::HostBinariesPath, true }, | ||
| 42 | { "QT_HOST_LIBS", QLibraryInfo::HostLibrariesPath, true }, | ||
| 43 | + { "QT_EXTERNAL_HOST_BINS", QLibraryInfo::ExternalHostBinariesPath, true }, | ||
| 44 | { "QMAKE_SPEC", QLibraryInfo::HostSpecPath, true }, | ||
| 45 | { "QMAKE_XSPEC", QLibraryInfo::TargetSpecPath, true }, | ||
| 46 | }; | ||
| 47 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp | ||
| 48 | index c418c5e..c8c4188 100644 | ||
| 49 | --- a/src/corelib/global/qlibraryinfo.cpp | ||
| 50 | +++ b/src/corelib/global/qlibraryinfo.cpp | ||
| 51 | @@ -348,7 +348,7 @@ QLibraryInfo::isDebugBuild() | ||
| 52 | */ | ||
| 53 | |||
| 54 | static const struct { | ||
| 55 | - char key[19], value[13]; | ||
| 56 | + char key[21], value[13]; | ||
| 57 | } qtConfEntries[] = { | ||
| 58 | { "Prefix", "." }, | ||
| 59 | { "Documentation", "doc" }, // should be ${Data}/doc | ||
| 60 | @@ -374,6 +374,7 @@ static const struct { | ||
| 61 | { "HostBinaries", "bin" }, | ||
| 62 | { "HostLibraries", "lib" }, | ||
| 63 | { "HostData", "." }, | ||
| 64 | + { "ExternalHostBinaries", "" }, | ||
| 65 | { "TargetSpec", "" }, | ||
| 66 | { "HostSpec", "" }, | ||
| 67 | #endif | ||
| 68 | diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h | ||
| 69 | index 543c4b3..a02e03a 100644 | ||
| 70 | --- a/src/corelib/global/qlibraryinfo.h | ||
| 71 | +++ b/src/corelib/global/qlibraryinfo.h | ||
| 72 | @@ -80,6 +80,7 @@ public: | ||
| 73 | HostBinariesPath, | ||
| 74 | HostLibrariesPath, | ||
| 75 | HostDataPath, | ||
| 76 | + ExternalHostBinariesPath, | ||
| 77 | TargetSpecPath, | ||
| 78 | HostSpecPath, | ||
| 79 | LastHostPath = HostSpecPath, | ||
| 80 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp | ||
| 81 | index 6e9d4aa..0ca4daf 100644 | ||
| 82 | --- a/tools/configure/configureapp.cpp | ||
| 83 | +++ b/tools/configure/configureapp.cpp | ||
| 84 | @@ -1191,6 +1191,13 @@ void Configure::parseCmdLine() | ||
| 85 | dictionary[ "QT_EXT_PREFIX" ] = configCmdLine.at(i); | ||
| 86 | } | ||
| 87 | |||
| 88 | + else if (configCmdLine.at(i) == "-external-hostbindir") { | ||
| 89 | + ++i; | ||
| 90 | + if (i == argCount) | ||
| 91 | + break; | ||
| 92 | + dictionary[ "QT_EXTERNAL_HOST_BINS" ] = configCmdLine.at(i); | ||
| 93 | + } | ||
| 94 | + | ||
| 95 | else if (configCmdLine.at(i) == "-make-tool") { | ||
| 96 | ++i; | ||
| 97 | if (i == argCount) | ||
| 98 | @@ -4004,6 +4011,7 @@ void Configure::generateQConfigCpp() | ||
| 99 | << " \"qt_hbinpath=" << formatPath(dictionary["QT_HOST_BINS"]) << "\"," << endl | ||
| 100 | << " \"qt_hlibpath=" << formatPath(dictionary["QT_HOST_LIBS"]) << "\"," << endl | ||
| 101 | << " \"qt_hdatpath=" << formatPath(dictionary["QT_HOST_DATA"]) << "\"," << endl | ||
| 102 | + << " \"qt_ebinpath=" << formatPath(dictionary["QT_EXTERNAL_HOST_BINS"]) << "\"," << endl | ||
| 103 | << " \"qt_targspec=" << targSpec << "\"," << endl | ||
| 104 | << " \"qt_hostspec=" << hostSpec << "\"," << endl | ||
| 105 | << "#endif" << endl | ||
| 106 | -- | ||
| 107 | 2.3.0 | ||
| 108 | |||
diff --git a/recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch b/recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch new file mode 100644 index 00000000..3253ed26 --- /dev/null +++ b/recipes-qt/qt5/qtbase-git/0012-Set-paths-for-target-properly.patch | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | From f14e186762bb31f2d9c1e54fd62a0fa4d6cb3550 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
| 3 | Date: Thu, 22 Jan 2015 16:09:35 +0100 | ||
| 4 | Subject: [PATCH 12/12] Set paths for target properly | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [OE specific] | ||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 12 | --- | ||
| 13 | configure | 43 +++++++++++++++++++++---------------------- | ||
| 14 | 1 file changed, 21 insertions(+), 22 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/configure b/configure | ||
| 17 | index aa21ff6..bc965f6 100755 | ||
| 18 | --- a/configure | ||
| 19 | +++ b/configure | ||
| 20 | @@ -3639,28 +3639,27 @@ static const char qt_configure_prefix_path_strs[][512 + 12] = { | ||
| 21 | "qt_xmplpath=$QT_SYSROOT_EXAMPLES", | ||
| 22 | "qt_tstspath=$QT_SYSROOT_TESTS", | ||
| 23 | #else | ||
| 24 | - "qt_prfxpath=$QT_INSTALL_PREFIX", | ||
| 25 | - "qt_docspath=$QT_INSTALL_DOCS", | ||
| 26 | - "qt_hdrspath=$QT_INSTALL_HEADERS", | ||
| 27 | - "qt_libspath=$QT_INSTALL_LIBS", | ||
| 28 | - "qt_lbexpath=$QT_INSTALL_LIBEXECS", | ||
| 29 | - "qt_binspath=$QT_INSTALL_BINS", | ||
| 30 | - "qt_plugpath=$QT_INSTALL_PLUGINS", | ||
| 31 | - "qt_impspath=$QT_INSTALL_IMPORTS", | ||
| 32 | - "qt_qml2path=$QT_INSTALL_QML", | ||
| 33 | - "qt_adatpath=$QT_INSTALL_ARCHDATA", | ||
| 34 | - "qt_datapath=$QT_INSTALL_DATA", | ||
| 35 | - "qt_trnspath=$QT_INSTALL_TRANSLATIONS", | ||
| 36 | - "qt_xmplpath=$QT_INSTALL_EXAMPLES", | ||
| 37 | - "qt_tstspath=$QT_INSTALL_TESTS", | ||
| 38 | - "qt_ssrtpath=$CFG_SYSROOT", | ||
| 39 | - "qt_hpfxpath=$QT_HOST_PREFIX", | ||
| 40 | - "qt_hbinpath=$QT_HOST_BINS", | ||
| 41 | - "qt_hlibpath=$QT_HOST_LIBS", | ||
| 42 | - "qt_hdatpath=$QT_HOST_DATA", | ||
| 43 | - "qt_ebinpath=$QT_EXTERNAL_HOST_BINS", | ||
| 44 | - "qt_targspec=$shortxspec", | ||
| 45 | - "qt_hostspec=$shortspec", | ||
| 46 | + "qt_prfxpath=$QT_SYSROOT_PREFIX", | ||
| 47 | + "qt_docspath=$QT_SYSROOT_DOCS", | ||
| 48 | + "qt_hdrspath=$QT_SYSROOT_HEADERS", | ||
| 49 | + "qt_libspath=$QT_SYSROOT_LIBS", | ||
| 50 | + "qt_lbexpath=$QT_SYSROOT_LIBEXECS", | ||
| 51 | + "qt_binspath=$QT_SYSROOT_BINS", | ||
| 52 | + "qt_plugpath=$QT_SYSROOT_PLUGINS", | ||
| 53 | + "qt_impspath=$QT_SYSROOT_IMPORTS", | ||
| 54 | + "qt_qml2path=$QT_SYSROOT_QML", | ||
| 55 | + "qt_adatpath=$QT_SYSROOT_ARCHDATA", | ||
| 56 | + "qt_datapath=$QT_SYSROOT_DATA", | ||
| 57 | + "qt_trnspath=$QT_SYSROOT_TRANSLATIONS", | ||
| 58 | + "qt_xmplpath=$QT_SYSROOT_EXAMPLES", | ||
| 59 | + "qt_tstspath=$QT_SYSROOT_TESTS", | ||
| 60 | + "qt_ssrtpath=", | ||
| 61 | + "qt_hpfxpath=$QT_SYSROOT_PREFIX", | ||
| 62 | + "qt_hbinpath=$QT_SYSROOT_BINS", | ||
| 63 | + "qt_hlibpath=$QT_SYSROOT_LIBS", | ||
| 64 | + "qt_hdatpath=$QT_SYSROOT_LIBS/qt5", | ||
| 65 | + "qt_targspec=linux-g++", | ||
| 66 | + "qt_hostspec=linux-g++", | ||
| 67 | #endif | ||
| 68 | }; | ||
| 69 | static const char qt_configure_settings_path_str[256 + 12] = "qt_stngpath=$QT_INSTALL_SETTINGS"; | ||
| 70 | -- | ||
| 71 | 2.3.0 | ||
| 72 | |||
diff --git a/recipes-qt/qt5/qtbase-git/0012-configure-preserve-built-qmake-and-swap-with-native-.patch b/recipes-qt/qt5/qtbase-git/0013-configure-preserve-built-qmake-and-swap-with-native-.patch index 6a428ed2..319fb55c 100644 --- a/recipes-qt/qt5/qtbase-git/0012-configure-preserve-built-qmake-and-swap-with-native-.patch +++ b/recipes-qt/qt5/qtbase-git/0013-configure-preserve-built-qmake-and-swap-with-native-.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 9089bf90632ffc983625816c5b0f2f2509ffc176 Mon Sep 17 00:00:00 2001 | 1 | From 2795008ce11d680385610b80a84b4ee03db78cf0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Denys Dmytriyenko <denys@ti.com> | 2 | From: Denys Dmytriyenko <denys@ti.com> |
| 3 | Date: Mon, 11 Nov 2013 20:22:34 -0500 | 3 | Date: Mon, 11 Nov 2013 20:22:34 -0500 |
| 4 | Subject: [PATCH 12/12] configure: preserve built qmake and swap with native | 4 | Subject: [PATCH 13/13] configure: preserve built qmake and swap with native |
| 5 | one | 5 | one |
| 6 | 6 | ||
| 7 | Let configure script build the real qmake, but right after it's built, swap | 7 | Let configure script build the real qmake, but right after it's built, swap |
| @@ -13,7 +13,7 @@ Signed-off-by: Denys Dmytriyenko <denys@ti.com> | |||
| 13 | 1 file changed, 2 insertions(+) | 13 | 1 file changed, 2 insertions(+) |
| 14 | 14 | ||
| 15 | diff --git a/configure b/configure | 15 | diff --git a/configure b/configure |
| 16 | index bd43281..d331711 100755 | 16 | index 8b42b8e..486bb2d 100755 |
| 17 | --- a/configure | 17 | --- a/configure |
| 18 | +++ b/configure | 18 | +++ b/configure |
| 19 | @@ -3874,6 +3874,8 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ]; | 19 | @@ -3874,6 +3874,8 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ]; |
| @@ -26,5 +26,5 @@ index bd43281..d331711 100755 | |||
| 26 | echo "Running configuration tests..." | 26 | echo "Running configuration tests..." |
| 27 | 27 | ||
| 28 | -- | 28 | -- |
| 29 | 2.1.3 | 29 | 2.3.0 |
| 30 | 30 | ||
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 8989fc21..b5387b23 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -10,18 +10,19 @@ SRC_URI += "\ | |||
| 10 | file://0001-Add-linux-oe-g-platform.patch \ | 10 | file://0001-Add-linux-oe-g-platform.patch \ |
| 11 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 11 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
| 12 | file://0003-Add-external-hostbindir-option.patch \ | 12 | file://0003-Add-external-hostbindir-option.patch \ |
| 13 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ | 13 | file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ |
| 14 | file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ | 14 | file://0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ |
| 15 | file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ | 15 | file://0006-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ |
| 16 | file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | 16 | file://0007-configure-bump-path-length-from-256-to-512-character.patch \ |
| 17 | file://0008-configure-bump-path-length-from-256-to-512-character.patch \ | 17 | file://0008-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ |
| 18 | file://0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ | 18 | file://0009-QOpenGLPaintDevice-sub-area-support.patch \ |
| 19 | file://0010-QOpenGLPaintDevice-sub-area-support.patch \ | 19 | file://0010-Make-Qt5GuiConfigExtras.cmake-find-gl-es-include-dir.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | # common for qtbase-native and nativesdk-qtbase | 22 | # common for qtbase-native and nativesdk-qtbase |
| 23 | SRC_URI += " \ | 23 | SRC_URI += " \ |
| 24 | file://0011-Always-build-uic.patch \ | 24 | file://0011-Always-build-uic.patch \ |
| 25 | file://0012-Add-external-hostbindir-option-for-native-sdk.patch \ | ||
| 25 | " | 26 | " |
| 26 | 27 | ||
| 27 | do_install_append() { | 28 | do_install_append() { |
| @@ -30,4 +31,9 @@ do_install_append() { | |||
| 30 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt | 31 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt |
| 31 | } | 32 | } |
| 32 | 33 | ||
| 33 | SRCREV = "47326b9c5c38fea39f8539f50f32667d2c391b70" | 34 | SRCREV = "02c5657a7d6d30c6e874e29a0adcc38b58a45b7d" |
| 35 | |||
| 36 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=d87ae0d200af76dca730d911474cbe5b \ | ||
| 37 | file://LICENSE.LGPLv3;md5=ffcfac38a32c9ebdb8ff768fa1702478 \ | ||
| 38 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
| 39 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 0424bc24..b6c84113 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
| @@ -10,17 +10,24 @@ SRC_URI += "\ | |||
| 10 | file://0001-Add-linux-oe-g-platform.patch \ | 10 | file://0001-Add-linux-oe-g-platform.patch \ |
| 11 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 11 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
| 12 | file://0003-Add-external-hostbindir-option.patch \ | 12 | file://0003-Add-external-hostbindir-option.patch \ |
| 13 | file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ | 13 | file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ |
| 14 | file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | 14 | file://0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ |
| 15 | file://0008-configure-bump-path-length-from-256-to-512-character.patch \ | 15 | file://0006-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ |
| 16 | file://0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ | 16 | file://0007-configure-bump-path-length-from-256-to-512-character.patch \ |
| 17 | file://0010-QOpenGLPaintDevice-sub-area-support.patch \ | 17 | file://0008-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ |
| 18 | file://0009-QOpenGLPaintDevice-sub-area-support.patch \ | ||
| 19 | file://0010-Make-Qt5GuiConfigExtras.cmake-find-gl-es-include-dir.patch \ | ||
| 18 | " | 20 | " |
| 19 | 21 | ||
| 20 | # specific for qtbase | 22 | # specific for qtbase |
| 21 | SRC_URI += "\ | 23 | SRC_URI += "\ |
| 22 | file://0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch \ | 24 | file://0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch \ |
| 23 | file://0015-Set-paths-for-target-properly.patch \ | 25 | file://0012-Set-paths-for-target-properly.patch \ |
| 24 | " | 26 | " |
| 25 | 27 | ||
| 26 | SRCREV = "47326b9c5c38fea39f8539f50f32667d2c391b70" | 28 | SRCREV = "02c5657a7d6d30c6e874e29a0adcc38b58a45b7d" |
| 29 | |||
| 30 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=d87ae0d200af76dca730d911474cbe5b \ | ||
| 31 | file://LICENSE.LGPLv3;md5=ffcfac38a32c9ebdb8ff768fa1702478 \ | ||
| 32 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
| 33 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 8479eaf9..404fb48d 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | require qt5-git.inc | 1 | require qt5-git.inc |
| 2 | require ${PN}.inc | 2 | require ${PN}.inc |
| 3 | 3 | ||
| 4 | SRCREV = "dbe67b8512bfd78ba3c68fcfff27418bbf54141c" | 4 | SRCREV = "c4fcbe9e342f5fa7b86b7facc662575a3f21689b" |
