diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-09-29 05:37:20 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-04 04:23:53 +0200 |
| commit | cfe122037d04fb78a8a21f7936e6822170916246 (patch) | |
| tree | 286e3ec9aba1603aa77edbfde756998ef7798170 /recipes-qt/qt5/qtbase | |
| parent | 3700c51c246f6aaf8ef6a3ce098578664873c096 (diff) | |
| download | meta-qt5-cfe122037d04fb78a8a21f7936e6822170916246.tar.gz | |
qt*: refresh the patches
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase')
14 files changed, 62 insertions, 62 deletions
diff --git a/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch b/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch index f2a7c0ec..64829fad 100644 --- a/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch +++ b/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From c5b50848ead7de12ec18cd30940d74d92b974280 Mon Sep 17 00:00:00 2001 | 1 | From 9816098355731afb60cd41d334be97d07f0dcc42 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/12] Add linux-oe-g++ platform | 4 | Subject: [PATCH 01/13] 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 |
| @@ -51,7 +51,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
| 51 | create mode 100644 mkspecs/linux-oe-g++/qplatformdefs.h | 51 | create mode 100644 mkspecs/linux-oe-g++/qplatformdefs.h |
| 52 | 52 | ||
| 53 | diff --git a/configure b/configure | 53 | diff --git a/configure b/configure |
| 54 | index d5c2b08..4eae0d3 100755 | 54 | index cb8d78f..3f7b41b 100755 |
| 55 | --- a/configure | 55 | --- a/configure |
| 56 | +++ b/configure | 56 | +++ b/configure |
| 57 | @@ -324,6 +324,16 @@ getQMakeConf() | 57 | @@ -324,6 +324,16 @@ getQMakeConf() |
| @@ -346,5 +346,5 @@ index 0000000..dd12003 | |||
| 346 | + | 346 | + |
| 347 | +#endif // QPLATFORMDEFS_H | 347 | +#endif // QPLATFORMDEFS_H |
| 348 | -- | 348 | -- |
| 349 | 2.0.0 | 349 | 2.1.1 |
| 350 | 350 | ||
diff --git a/recipes-qt/qt5/qtbase/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch b/recipes-qt/qt5/qtbase/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch index 247bfb75..669ebb22 100644 --- a/recipes-qt/qt5/qtbase/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch +++ b/recipes-qt/qt5/qtbase/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 5d83d8ce8b601a983b055f32dc67a418a0ce06ab Mon Sep 17 00:00:00 2001 | 1 | From 2749053c1a0670fea50f2f716fea0839fbbbb007 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/12] qlibraryinfo: allow to set qt.conf from the outside | 4 | Subject: [PATCH 02/13] 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 |
| @@ -35,5 +35,5 @@ index 174c1d0..69e614f 100644 | |||
| 35 | if(!QFile::exists(qtconfig)) | 35 | if(!QFile::exists(qtconfig)) |
| 36 | qtconfig = qt_libraryInfoFile(); | 36 | qtconfig = qt_libraryInfoFile(); |
| 37 | -- | 37 | -- |
| 38 | 2.0.0 | 38 | 2.1.1 |
| 39 | 39 | ||
diff --git a/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch b/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch index 2abea8fc..d5df4f69 100644 --- a/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch +++ b/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From b544f5f3462e2981ada045a32038b7f116f8590c Mon Sep 17 00:00:00 2001 | 1 | From e263260c50051327e3f7f2ca8c46e014228e0078 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/12] Add -external-hostbindir option | 4 | Subject: [PATCH 03/13] 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 |
| @@ -38,10 +38,10 @@ Signed-off-by: Jonathan Liu <net147@gmail.com> | |||
| 38 | 11 files changed, 51 insertions(+), 13 deletions(-) | 38 | 11 files changed, 51 insertions(+), 13 deletions(-) |
| 39 | 39 | ||
| 40 | diff --git a/configure b/configure | 40 | diff --git a/configure b/configure |
| 41 | index d5c2b08..dcd066c 100755 | 41 | index 3f7b41b..18d1a0b 100755 |
| 42 | --- a/configure | 42 | --- a/configure |
| 43 | +++ b/configure | 43 | +++ b/configure |
| 44 | @@ -759,6 +759,7 @@ QT_HOST_BINS= | 44 | @@ -777,6 +777,7 @@ QT_HOST_BINS= |
| 45 | QT_HOST_LIBS= | 45 | QT_HOST_LIBS= |
| 46 | QT_HOST_DATA= | 46 | QT_HOST_DATA= |
| 47 | QT_EXT_PREFIX= | 47 | QT_EXT_PREFIX= |
| @@ -49,7 +49,7 @@ index d5c2b08..dcd066c 100755 | |||
| 49 | 49 | ||
| 50 | #flags for SQL drivers | 50 | #flags for SQL drivers |
| 51 | QT_CFLAGS_PSQL= | 51 | QT_CFLAGS_PSQL= |
| 52 | @@ -878,6 +879,7 @@ while [ "$#" -gt 0 ]; do | 52 | @@ -896,6 +897,7 @@ while [ "$#" -gt 0 ]; do |
| 53 | -testsdir| \ | 53 | -testsdir| \ |
| 54 | -hostdatadir| \ | 54 | -hostdatadir| \ |
| 55 | -hostbindir| \ | 55 | -hostbindir| \ |
| @@ -57,7 +57,7 @@ index d5c2b08..dcd066c 100755 | |||
| 57 | -hostlibdir| \ | 57 | -hostlibdir| \ |
| 58 | -extprefix| \ | 58 | -extprefix| \ |
| 59 | -sysroot| \ | 59 | -sysroot| \ |
| 60 | @@ -1092,6 +1094,9 @@ while [ "$#" -gt 0 ]; do | 60 | @@ -1110,6 +1112,9 @@ while [ "$#" -gt 0 ]; do |
| 61 | extprefix) | 61 | extprefix) |
| 62 | QT_EXT_PREFIX="$VAL" | 62 | QT_EXT_PREFIX="$VAL" |
| 63 | ;; | 63 | ;; |
| @@ -67,7 +67,7 @@ index d5c2b08..dcd066c 100755 | |||
| 67 | pkg-config) | 67 | pkg-config) |
| 68 | if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then | 68 | if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then |
| 69 | CFG_PKGCONFIG="$VAL" | 69 | CFG_PKGCONFIG="$VAL" |
| 70 | @@ -2230,6 +2235,10 @@ Installation options: | 70 | @@ -2248,6 +2253,10 @@ Installation options: |
| 71 | -hostdatadir <dir> . Data used by qmake will be installed to <dir> | 71 | -hostdatadir <dir> . Data used by qmake will be installed to <dir> |
| 72 | (default HOSTPREFIX) | 72 | (default HOSTPREFIX) |
| 73 | 73 | ||
| @@ -78,7 +78,7 @@ index d5c2b08..dcd066c 100755 | |||
| 78 | Configure options: | 78 | Configure options: |
| 79 | 79 | ||
| 80 | The defaults (*) are usually acceptable. A plus (+) denotes a default value | 80 | The defaults (*) are usually acceptable. A plus (+) denotes a default value |
| 81 | @@ -2897,6 +2906,11 @@ fi | 81 | @@ -2915,6 +2924,11 @@ fi |
| 82 | # command line and environment validation | 82 | # command line and environment validation |
| 83 | #------------------------------------------------------------------------------- | 83 | #------------------------------------------------------------------------------- |
| 84 | 84 | ||
| @@ -90,7 +90,7 @@ index d5c2b08..dcd066c 100755 | |||
| 90 | # update QT_CONFIG to show our current predefined configuration | 90 | # update QT_CONFIG to show our current predefined configuration |
| 91 | CFG_QCONFIG_PATH=$relpath/src/corelib/global/qconfig-${CFG_QCONFIG}.h | 91 | CFG_QCONFIG_PATH=$relpath/src/corelib/global/qconfig-${CFG_QCONFIG}.h |
| 92 | case "$CFG_QCONFIG" in | 92 | case "$CFG_QCONFIG" in |
| 93 | @@ -3577,6 +3591,7 @@ static const char qt_configure_prefix_path_strs[][256 + 12] = { | 93 | @@ -3595,6 +3609,7 @@ static const char qt_configure_prefix_path_strs[][256 + 12] = { |
| 94 | "qt_hbinpath=$QT_HOST_BINS", | 94 | "qt_hbinpath=$QT_HOST_BINS", |
| 95 | "qt_hlibpath=$QT_HOST_LIBS", | 95 | "qt_hlibpath=$QT_HOST_LIBS", |
| 96 | "qt_hdatpath=$QT_HOST_DATA", | 96 | "qt_hdatpath=$QT_HOST_DATA", |
| @@ -211,10 +211,10 @@ index 9bda70e..6e3605a 100644 | |||
| 211 | _qt5_Core_check_file_exists(${imported_location}) | 211 | _qt5_Core_check_file_exists(${imported_location}) |
| 212 | 212 | ||
| 213 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp | 213 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp |
| 214 | index 174c1d0..1fe03cb 100644 | 214 | index 69e614f..a95ca35 100644 |
| 215 | --- a/src/corelib/global/qlibraryinfo.cpp | 215 | --- a/src/corelib/global/qlibraryinfo.cpp |
| 216 | +++ b/src/corelib/global/qlibraryinfo.cpp | 216 | +++ b/src/corelib/global/qlibraryinfo.cpp |
| 217 | @@ -333,7 +333,7 @@ QLibraryInfo::isDebugBuild() | 217 | @@ -336,7 +336,7 @@ QLibraryInfo::isDebugBuild() |
| 218 | */ | 218 | */ |
| 219 | 219 | ||
| 220 | static const struct { | 220 | static const struct { |
| @@ -223,7 +223,7 @@ index 174c1d0..1fe03cb 100644 | |||
| 223 | } qtConfEntries[] = { | 223 | } qtConfEntries[] = { |
| 224 | { "Prefix", "." }, | 224 | { "Prefix", "." }, |
| 225 | { "Documentation", "doc" }, // should be ${Data}/doc | 225 | { "Documentation", "doc" }, // should be ${Data}/doc |
| 226 | @@ -359,6 +359,7 @@ static const struct { | 226 | @@ -362,6 +362,7 @@ static const struct { |
| 227 | { "HostBinaries", "bin" }, | 227 | { "HostBinaries", "bin" }, |
| 228 | { "HostLibraries", "lib" }, | 228 | { "HostLibraries", "lib" }, |
| 229 | { "HostData", "." }, | 229 | { "HostData", "." }, |
| @@ -279,10 +279,10 @@ index 99d87e2..5621dc0 100644 | |||
| 279 | _qt5_Widgets_check_file_exists(${imported_location}) | 279 | _qt5_Widgets_check_file_exists(${imported_location}) |
| 280 | 280 | ||
| 281 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp | 281 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp |
| 282 | index b756509..7e61845 100644 | 282 | index 90981f6..7d73882 100644 |
| 283 | --- a/tools/configure/configureapp.cpp | 283 | --- a/tools/configure/configureapp.cpp |
| 284 | +++ b/tools/configure/configureapp.cpp | 284 | +++ b/tools/configure/configureapp.cpp |
| 285 | @@ -1213,6 +1213,13 @@ void Configure::parseCmdLine() | 285 | @@ -1215,6 +1215,13 @@ void Configure::parseCmdLine() |
| 286 | dictionary[ "QT_EXT_PREFIX" ] = configCmdLine.at(i); | 286 | dictionary[ "QT_EXT_PREFIX" ] = configCmdLine.at(i); |
| 287 | } | 287 | } |
| 288 | 288 | ||
| @@ -296,7 +296,7 @@ index b756509..7e61845 100644 | |||
| 296 | else if (configCmdLine.at(i) == "-make-tool") { | 296 | else if (configCmdLine.at(i) == "-make-tool") { |
| 297 | ++i; | 297 | ++i; |
| 298 | if (i == argCount) | 298 | if (i == argCount) |
| 299 | @@ -3983,6 +3990,7 @@ void Configure::generateQConfigCpp() | 299 | @@ -4006,6 +4013,7 @@ void Configure::generateQConfigCpp() |
| 300 | << " \"qt_hbinpath=" << formatPath(dictionary["QT_HOST_BINS"]) << "\"," << endl | 300 | << " \"qt_hbinpath=" << formatPath(dictionary["QT_HOST_BINS"]) << "\"," << endl |
| 301 | << " \"qt_hlibpath=" << formatPath(dictionary["QT_HOST_LIBS"]) << "\"," << endl | 301 | << " \"qt_hlibpath=" << formatPath(dictionary["QT_HOST_LIBS"]) << "\"," << endl |
| 302 | << " \"qt_hdatpath=" << formatPath(dictionary["QT_HOST_DATA"]) << "\"," << endl | 302 | << " \"qt_hdatpath=" << formatPath(dictionary["QT_HOST_DATA"]) << "\"," << endl |
| @@ -305,5 +305,5 @@ index b756509..7e61845 100644 | |||
| 305 | << " \"qt_hostspec=" << hostSpec << "\"," << endl | 305 | << " \"qt_hostspec=" << hostSpec << "\"," << endl |
| 306 | << "#endif" << endl | 306 | << "#endif" << endl |
| 307 | -- | 307 | -- |
| 308 | 2.0.1 | 308 | 2.1.1 |
| 309 | 309 | ||
diff --git a/recipes-qt/qt5/qtbase/0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch b/recipes-qt/qt5/qtbase/0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch index db6266d0..adf1c4ae 100644 --- a/recipes-qt/qt5/qtbase/0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch +++ b/recipes-qt/qt5/qtbase/0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 4a86d338f04c2bfa4d3f63a2fa9d1252503757fd Mon Sep 17 00:00:00 2001 | 1 | From 34a32208034a03c0d591dc79386f97ae020652e7 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 22:33:33 +0200 | 3 | Date: Sat, 27 Apr 2013 22:33:33 +0200 |
| 4 | Subject: [PATCH 04/12] configureapp: Prefix default LIBDIRS and INCDIRS with | 4 | Subject: [PATCH 04/13] configureapp: Prefix default LIBDIRS and INCDIRS with |
| 5 | SYSROOT | 5 | SYSROOT |
| 6 | 6 | ||
| 7 | Upstream-Status: Pending | 7 | Upstream-Status: Pending |
| @@ -11,10 +11,10 @@ Upstream-Status: Pending | |||
| 11 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 12 | 12 | ||
| 13 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp | 13 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp |
| 14 | index 7e61845..29c6358 100644 | 14 | index 7d73882..c572fbb 100644 |
| 15 | --- a/tools/configure/configureapp.cpp | 15 | --- a/tools/configure/configureapp.cpp |
| 16 | +++ b/tools/configure/configureapp.cpp | 16 | +++ b/tools/configure/configureapp.cpp |
| 17 | @@ -3370,8 +3370,8 @@ void Configure::generateQConfigPri() | 17 | @@ -3393,8 +3393,8 @@ void Configure::generateQConfigPri() |
| 18 | configStream << " QT_ARCH = " << dictionary["QT_ARCH"] << endl; | 18 | configStream << " QT_ARCH = " << dictionary["QT_ARCH"] << endl; |
| 19 | if (dictionary.contains("XQMAKESPEC") && !dictionary["XQMAKESPEC"].startsWith("wince")) { | 19 | if (dictionary.contains("XQMAKESPEC") && !dictionary["XQMAKESPEC"].startsWith("wince")) { |
| 20 | // FIXME: add detection | 20 | // FIXME: add detection |
| @@ -26,5 +26,5 @@ index 7e61845..29c6358 100644 | |||
| 26 | configStream << "}" << endl; | 26 | configStream << "}" << endl; |
| 27 | configStream << "QT_CONFIG += " << qtConfig.join(' ') << endl; | 27 | configStream << "QT_CONFIG += " << qtConfig.join(' ') << endl; |
| 28 | -- | 28 | -- |
| 29 | 2.0.0 | 29 | 2.1.1 |
| 30 | 30 | ||
diff --git a/recipes-qt/qt5/qtbase/0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch b/recipes-qt/qt5/qtbase/0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch index e189c22a..fe2fd6a8 100644 --- a/recipes-qt/qt5/qtbase/0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch +++ b/recipes-qt/qt5/qtbase/0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 71e5a4c62ca38b30a14c9957db21a7cbf5fcf54d Mon Sep 17 00:00:00 2001 | 1 | From 9e7667c9124ab287dc0f7ad40c2b61c435ffc186 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/12] qt_module: Fix pkgconfig and libtool replacements | 4 | Subject: [PATCH 05/13] 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 |
| @@ -80,7 +80,7 @@ index 4dcabe9..d04bc3e 100644 | |||
| 80 | lib_replace.CONFIG = path | 80 | lib_replace.CONFIG = path |
| 81 | QMAKE_PRL_INSTALL_REPLACE += lib_replace | 81 | QMAKE_PRL_INSTALL_REPLACE += lib_replace |
| 82 | diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf | 82 | diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf |
| 83 | index 8bf4c92..ee2e989 100644 | 83 | index 8bf4c92..2e229fc 100644 |
| 84 | --- a/mkspecs/features/qt_module.prf | 84 | --- a/mkspecs/features/qt_module.prf |
| 85 | +++ b/mkspecs/features/qt_module.prf | 85 | +++ b/mkspecs/features/qt_module.prf |
| 86 | @@ -188,10 +188,25 @@ unix|mingw { | 86 | @@ -188,10 +188,25 @@ unix|mingw { |
| @@ -110,5 +110,5 @@ index 8bf4c92..ee2e989 100644 | |||
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | -- | 112 | -- |
| 113 | 2.0.0 | 113 | 2.1.1 |
| 114 | 114 | ||
diff --git a/recipes-qt/qt5/qtbase/0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch b/recipes-qt/qt5/qtbase/0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch index e70417c3..08629f5c 100644 --- a/recipes-qt/qt5/qtbase/0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch +++ b/recipes-qt/qt5/qtbase/0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From a3e87ebdf7dff6b9d4b1d8191f044cfb56b9da3d Mon Sep 17 00:00:00 2001 | 1 | From ce38ab8b2167b74fa90eb3e17507dc9e799a3274 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/12] Revert "eglfs: Print the chosen config in debug mode" | 4 | Subject: [PATCH 06/13] Revert "eglfs: Print the chosen config in debug mode" |
| 5 | 5 | ||
| 6 | This reverts commit dc685cf6331f5fb46285cf10d6464c2ecf41f73e. | 6 | This reverts commit dc685cf6331f5fb46285cf10d6464c2ecf41f73e. |
| 7 | --- | 7 | --- |
| @@ -52,5 +52,5 @@ index eec6463..4a7c69b 100644 | |||
| 52 | // Make the context current to ensure the GL version query works. This needs a surface too. | 52 | // Make the context current to ensure the GL version query works. This needs a surface too. |
| 53 | const EGLint pbufferAttributes[] = { | 53 | const EGLint pbufferAttributes[] = { |
| 54 | -- | 54 | -- |
| 55 | 2.0.0 | 55 | 2.1.1 |
| 56 | 56 | ||
diff --git a/recipes-qt/qt5/qtbase/0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch b/recipes-qt/qt5/qtbase/0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch index b5e46d75..c1ffb914 100644 --- a/recipes-qt/qt5/qtbase/0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch +++ b/recipes-qt/qt5/qtbase/0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 75fbeec66d98aacad5be1e3fcfd92f42b1ef0da7 Mon Sep 17 00:00:00 2001 | 1 | From 7c16b57ecdddffb4bb52d32bb763791fd8aa8414 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/12] qeglplatformintegration: Undefine CursorShape from X.h | 4 | Subject: [PATCH 07/13] 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 | --- |
| @@ -26,5 +26,5 @@ index f665455..9eb783c 100644 | |||
| 26 | 26 | ||
| 27 | class QEGLPlatformScreen; | 27 | class QEGLPlatformScreen; |
| 28 | -- | 28 | -- |
| 29 | 2.0.0 | 29 | 2.1.1 |
| 30 | 30 | ||
diff --git a/recipes-qt/qt5/qtbase/0008-configure-bump-path-length-from-256-to-512-character.patch b/recipes-qt/qt5/qtbase/0008-configure-bump-path-length-from-256-to-512-character.patch index 5df83300..370cc48b 100644 --- a/recipes-qt/qt5/qtbase/0008-configure-bump-path-length-from-256-to-512-character.patch +++ b/recipes-qt/qt5/qtbase/0008-configure-bump-path-length-from-256-to-512-character.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From a3beca1f4ba231baf38e7de0221e55681437966d Mon Sep 17 00:00:00 2001 | 1 | From 68e499a4a521f3876aca195ba8ed5b63d45d09ed 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/12] configure: bump path length from 256 to 512 characters | 4 | Subject: [PATCH 08/13] 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 48d5119..3c0347a 100755 | 15 | index 18d1a0b..ca0824f 100755 |
| 16 | --- a/configure | 16 | --- a/configure |
| 17 | +++ b/configure | 17 | +++ b/configure |
| 18 | @@ -3573,7 +3573,7 @@ static const char qt_configure_licensed_products_str [256 + 12] = "qt_lcnsprod=$ | 18 | @@ -3573,7 +3573,7 @@ static const char qt_configure_licensed_products_str [256 + 12] = "qt_lcnsprod=$ |
| @@ -25,5 +25,5 @@ index 48d5119..3c0347a 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.0.0 | 28 | 2.1.1 |
| 29 | 29 | ||
diff --git a/recipes-qt/qt5/qtbase/0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch b/recipes-qt/qt5/qtbase/0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch index c3750b8e..bbd27b94 100644 --- a/recipes-qt/qt5/qtbase/0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch +++ b/recipes-qt/qt5/qtbase/0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 6d1123116233e55c4ade13378eec41fb7441cec6 Mon Sep 17 00:00:00 2001 | 1 | From 3408e6d6c56a18bed48353c2f1b2e18f6716fc4e 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/12] eglfs: fix egl error for platforms only supporting one | 4 | Subject: [PATCH 09/13] 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 |
| @@ -68,5 +68,5 @@ index 2d36c0b..854531e 100644 | |||
| 68 | 68 | ||
| 69 | if (isRaster()) { | 69 | if (isRaster()) { |
| 70 | -- | 70 | -- |
| 71 | 2.0.0 | 71 | 2.1.1 |
| 72 | 72 | ||
diff --git a/recipes-qt/qt5/qtbase/0010-Revert-Use-the-gcc-feature-in-simd.prf.patch b/recipes-qt/qt5/qtbase/0010-Revert-Use-the-gcc-feature-in-simd.prf.patch index 9fb7e08e..07f97950 100644 --- a/recipes-qt/qt5/qtbase/0010-Revert-Use-the-gcc-feature-in-simd.prf.patch +++ b/recipes-qt/qt5/qtbase/0010-Revert-Use-the-gcc-feature-in-simd.prf.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 2a6891f2cbf221b51b214a527adb4602e20b100b Mon Sep 17 00:00:00 2001 | 1 | From 4a6476822784ca6a10f59cfb3e941854ccea8408 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, 4 Jun 2014 15:26:11 +0200 | 3 | Date: Wed, 4 Jun 2014 15:26:11 +0200 |
| 4 | Subject: [PATCH 10/12] Revert "Use the "gcc" feature in simd.prf" | 4 | Subject: [PATCH 10/13] Revert "Use the "gcc" feature in simd.prf" |
| 5 | 5 | ||
| 6 | This reverts commit 3b00cc480400d47c59c29d3507c7fcdc9be2a489. | 6 | This reverts commit 3b00cc480400d47c59c29d3507c7fcdc9be2a489. |
| 7 | --- | 7 | --- |
| @@ -22,5 +22,5 @@ index 62a63f9..4f86f60 100644 | |||
| 22 | HEADERS += $$SSE2_HEADERS | 22 | HEADERS += $$SSE2_HEADERS |
| 23 | 23 | ||
| 24 | -- | 24 | -- |
| 25 | 2.0.0 | 25 | 2.1.1 |
| 26 | 26 | ||
diff --git a/recipes-qt/qt5/qtbase/0011-QOpenGLPaintDevice-sub-area-support.patch b/recipes-qt/qt5/qtbase/0011-QOpenGLPaintDevice-sub-area-support.patch index 27496db6..f2031f7d 100644 --- a/recipes-qt/qt5/qtbase/0011-QOpenGLPaintDevice-sub-area-support.patch +++ b/recipes-qt/qt5/qtbase/0011-QOpenGLPaintDevice-sub-area-support.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 606dc31c85d97dff52b07ec9c896718c6533f670 Mon Sep 17 00:00:00 2001 | 1 | From 3902dcd1d7da169229deffbff02ac1a159b08d44 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 11/11] QOpenGLPaintDevice sub-area support | 4 | Subject: [PATCH 11/13] 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. |
| @@ -148,5 +148,5 @@ index 0610ab6..ea1e3b2 100644 | |||
| 148 | } else { | 148 | } else { |
| 149 | if (m_vao.isCreated()) { | 149 | if (m_vao.isCreated()) { |
| 150 | -- | 150 | -- |
| 151 | 2.0.2 | 151 | 2.1.1 |
| 152 | 152 | ||
diff --git a/recipes-qt/qt5/qtbase/0011-Always-build-uic.patch b/recipes-qt/qt5/qtbase/0012-Always-build-uic.patch index dcd10bd3..46ae47f8 100644 --- a/recipes-qt/qt5/qtbase/0011-Always-build-uic.patch +++ b/recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From bf4593d727fa673734bb1930f79fc012e52250ec Mon Sep 17 00:00:00 2001 | 1 | From bdcbca2fcb09d48af75e99b7dfa6ce211507925c 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 12/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 6a805a6..90623a6 100644 | |||
| 27 | nacl: SUBDIRS -= src_network src_testlib | 27 | nacl: SUBDIRS -= src_network src_testlib |
| 28 | 28 | ||
| 29 | -- | 29 | -- |
| 30 | 2.0.0 | 30 | 2.1.1 |
| 31 | 31 | ||
diff --git a/recipes-qt/qt5/qtbase/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch b/recipes-qt/qt5/qtbase/0012-qmake-don-t-build-it-in-configure-but-allow-to-build.patch index 7135a49a..71457966 100644 --- a/recipes-qt/qt5/qtbase/0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch +++ b/recipes-qt/qt5/qtbase/0012-qmake-don-t-build-it-in-configure-but-allow-to-build.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 6317e81c96cec598da266d0c863afa4320d1e38a Mon Sep 17 00:00:00 2001 | 1 | From bb0958af49c1ad4d35b6b6b9033cd46eda4a3ac8 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 12/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 |
| @@ -20,7 +20,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
| 20 | 2 files changed, 3 insertions(+), 1 deletion(-) | 20 | 2 files changed, 3 insertions(+), 1 deletion(-) |
| 21 | 21 | ||
| 22 | diff --git a/configure b/configure | 22 | diff --git a/configure b/configure |
| 23 | index 3c0347a..a75ca11 100755 | 23 | index ca0824f..5a09ae3 100755 |
| 24 | --- a/configure | 24 | --- a/configure |
| 25 | +++ b/configure | 25 | +++ b/configure |
| 26 | @@ -3675,7 +3675,7 @@ setBootstrapEvalVariable() | 26 | @@ -3675,7 +3675,7 @@ setBootstrapEvalVariable() |
| @@ -46,5 +46,5 @@ index 89d6ea5..7c605b9 100644 | |||
| 46 | VPATH += \ | 46 | VPATH += \ |
| 47 | ../src/corelib/global \ | 47 | ../src/corelib/global \ |
| 48 | -- | 48 | -- |
| 49 | 2.0.0 | 49 | 2.1.1 |
| 50 | 50 | ||
diff --git a/recipes-qt/qt5/qtbase/0012-configure-preserve-built-qmake-and-swap-with-native-.patch b/recipes-qt/qt5/qtbase/0013-configure-preserve-built-qmake-and-swap-with-native-.patch index 32d67dbc..667c9ec3 100644 --- a/recipes-qt/qt5/qtbase/0012-configure-preserve-built-qmake-and-swap-with-native-.patch +++ b/recipes-qt/qt5/qtbase/0013-configure-preserve-built-qmake-and-swap-with-native-.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From bfc795c5af38731dbd18d20467e27dd710df374c Mon Sep 17 00:00:00 2001 | 1 | From 68bd66b37455f9b27b2f030948943942e12b3af1 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 3c0347a..c51f785 100755 | 16 | index ca0824f..2c097c3 100755 |
| 17 | --- a/configure | 17 | --- a/configure |
| 18 | +++ b/configure | 18 | +++ b/configure |
| 19 | @@ -3825,6 +3825,8 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ]; | 19 | @@ -3825,6 +3825,8 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ]; |
| @@ -26,5 +26,5 @@ index 3c0347a..c51f785 100755 | |||
| 26 | echo "Running configuration tests..." | 26 | echo "Running configuration tests..." |
| 27 | 27 | ||
| 28 | -- | 28 | -- |
| 29 | 2.0.0 | 29 | 2.1.1 |
| 30 | 30 | ||
