summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase')
-rw-r--r--recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch3
-rw-r--r--recipes-qt/qt5/qtbase/0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch5
-rw-r--r--recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch12
-rw-r--r--recipes-qt/qt5/qtbase/0004-qt_functions-temporary-remove-isEmpty-check.patch (renamed from recipes-qt/qt5/qtbase/0006-qt_functions-temporary-remove-isEmpty-check.patch)8
-rw-r--r--recipes-qt/qt5/qtbase/0005-qmake-is-already-built-in-qtbase-native.patch (renamed from recipes-qt/qt5/qtbase/0004-qmake-is-already-built-in-qtbase-native.patch)4
-rw-r--r--recipes-qt/qt5/qtbase/0006-Allow-building-a-separate-qmake-for-the-target.patch (renamed from recipes-qt/qt5/qtbase/0005-Allow-building-a-separate-qmake-for-the-target.patch)4
-rw-r--r--recipes-qt/qt5/qtbase/0007-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch (renamed from recipes-qt/qt5/qtbase/0008-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch)6
-rw-r--r--recipes-qt/qt5/qtbase/0008-qt_module-Fix-pkgconfig-replacement.patch (renamed from recipes-qt/qt5/qtbase/0009-qt_module-Fix-pkgconfig-replacement.patch)7
-rw-r--r--recipes-qt/qt5/qtbase/0009-qt_module-Fix-paths-in-.prl-files.patch (renamed from recipes-qt/qt5/qtbase/0011-qt_module-Fix-paths-in-.prl-files.patch)7
-rw-r--r--recipes-qt/qt5/qtbase/0010-qmake-property-rename-QT_INSTALL_CONFIGURATION-to-QT.patch33
-rw-r--r--recipes-qt/qt5/qtbase/0010-wayland-scanner-disable-silent-rules.patch (renamed from recipes-qt/qt5/qtbase/0012-wayland-scanner-disable-silent-rules.patch)7
-rw-r--r--recipes-qt/qt5/qtbase/0011-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch (renamed from recipes-qt/qt5/qtbase/0013-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch)9
-rw-r--r--recipes-qt/qt5/qtbase/0012-configure.prf-Allow-to-add-extra-arguments-to-make.patch (renamed from recipes-qt/qt5/qtbase/0014-configure.prf-Allow-to-add-extra-arguments-to-make.patch)12
13 files changed, 47 insertions, 70 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 5907490c..f4645f69 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,4 +1,4 @@
1From ccf2e79173cfd0fee9f1e603107792dd5aa8e775 Mon Sep 17 00:00:00 2001 1From 4edde46f33aacc24fffa021adcc7e0d68ba414a3 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Mon, 15 Apr 2013 04:29:32 +0200 3Date: Mon, 15 Apr 2013 04:29:32 +0200
4Subject: [PATCH 01/12] Add linux-oe-g++ platform 4Subject: [PATCH 01/12] Add linux-oe-g++ platform
@@ -31,7 +31,6 @@ Subject: [PATCH 01/12] Add linux-oe-g++ platform
31 31
32Upstream-Status: Pending 32Upstream-Status: Pending
33 33
34Change-Id: Ia0cc6a6b00ec78442d80ed2a3cf40b604588a0f6
35Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 34Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
36--- 35---
37 configure | 54 ++++++++++++++++--- 36 configure | 54 ++++++++++++++++---
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 883b8096..fc8a481e 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 @@
1From 7d3de13a6d7a3142da0a5c6ebd815d343a356a23 Mon Sep 17 00:00:00 2001 1From a836731e94223d49ef05fdabe7905dd1b25c647c Mon Sep 17 00:00:00 2001
2From: Holger Freyther <zecke@selfish.org> 2From: Holger Freyther <zecke@selfish.org>
3Date: Wed, 26 Sep 2012 17:22:30 +0200 3Date: Wed, 26 Sep 2012 17:22:30 +0200
4Subject: [PATCH 02/14] qlibraryinfo: allow to set qt.conf from the outside 4Subject: [PATCH 02/12] qlibraryinfo: allow to set qt.conf from the outside
5 using the environment 5 using the environment
6 6
7Allow to set a qt.conf from the outside using the environment. This allows 7Allow to set a qt.conf from the outside using the environment. This allows
@@ -10,7 +10,6 @@ the same qmake binary to build qt/x11 and qt/embedded
10 10
11Upstream-Status: Pending 11Upstream-Status: Pending
12 12
13Change-Id: I9247949c20a39eac8e815c175510ea3fb5bf9d33
14Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 13Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15--- 14---
16 src/corelib/global/qlibraryinfo.cpp | 5 ++++- 15 src/corelib/global/qlibraryinfo.cpp | 5 ++++-
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 14d5d52f..8c100bc5 100644
--- a/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch
+++ b/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch
@@ -1,13 +1,15 @@
1From 72d8aaf00e3d722b56b66bd5fa1f1f3d3e8a8552 Mon Sep 17 00:00:00 2001 1From 3b0a595bbe9d5bce898fc5a84c9bb39c976b9f7d Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sat, 6 Apr 2013 13:15:07 +0200 3Date: Sat, 6 Apr 2013 13:15:07 +0200
4Subject: [PATCH 03/11] Add -external-hostbindir option 4Subject: [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
8 8
9* this way we can skip bootstraping tools we already have 9* this way we can skip bootstraping tools we already have
10 10
11Upstream-Status: Pending
12
11Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 13Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12--- 14---
13 configure | 15 ++++++++++++++- 15 configure | 15 ++++++++++++++-
@@ -156,10 +158,10 @@ index e66d9fb..a6ae763 100644
156 158
157 #mkspecs 159 #mkspecs
158diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp 160diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp
159index c16dfcb..56a269f 100644 161index 8138fff..301643f 100644
160--- a/src/corelib/global/qlibraryinfo.cpp 162--- a/src/corelib/global/qlibraryinfo.cpp
161+++ b/src/corelib/global/qlibraryinfo.cpp 163+++ b/src/corelib/global/qlibraryinfo.cpp
162@@ -272,7 +272,7 @@ QLibraryInfo::isDebugBuild() 164@@ -270,7 +270,7 @@ QLibraryInfo::isDebugBuild()
163 */ 165 */
164 166
165 static const struct { 167 static const struct {
@@ -168,7 +170,7 @@ index c16dfcb..56a269f 100644
168 } qtConfEntries[] = { 170 } qtConfEntries[] = {
169 { "Prefix", "." }, 171 { "Prefix", "." },
170 { "Documentation", "doc" }, // should be ${Data}/doc 172 { "Documentation", "doc" }, // should be ${Data}/doc
171@@ -293,6 +293,7 @@ static const struct { 173@@ -291,6 +291,7 @@ static const struct {
172 { "HostPrefix", "" }, 174 { "HostPrefix", "" },
173 { "HostBinaries", "bin" }, 175 { "HostBinaries", "bin" },
174 { "HostData", "." }, 176 { "HostData", "." },
diff --git a/recipes-qt/qt5/qtbase/0006-qt_functions-temporary-remove-isEmpty-check.patch b/recipes-qt/qt5/qtbase/0004-qt_functions-temporary-remove-isEmpty-check.patch
index ed238bcc..d39130c1 100644
--- a/recipes-qt/qt5/qtbase/0006-qt_functions-temporary-remove-isEmpty-check.patch
+++ b/recipes-qt/qt5/qtbase/0004-qt_functions-temporary-remove-isEmpty-check.patch
@@ -1,9 +1,13 @@
1From 5856e25a0653313b8f80a5a92a7817fe8eb39dc8 Mon Sep 17 00:00:00 2001 1From ff72f8350e8b2ded813163150a7d1874061ed589 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Wed, 17 Apr 2013 18:06:25 +0200 3Date: Wed, 17 Apr 2013 18:06:25 +0200
4Subject: [PATCH 06/11] qt_functions: temporary remove isEmpty check 4Subject: [PATCH 04/12] qt_functions: temporary remove isEmpty check
5 5
6* now we assume that every build will provide QT_EXTERNAL_HOST_BINS value 6* now we assume that every build will provide QT_EXTERNAL_HOST_BINS value
7* isEmpty works correctly only with qmake variables (e.g. $$FOO -
8 isEmpty(FOO)), but doesn't work with system properties like $$[FOO].
9
10Upstream-Status: Pending
7 11
8Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 12Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9--- 13---
diff --git a/recipes-qt/qt5/qtbase/0004-qmake-is-already-built-in-qtbase-native.patch b/recipes-qt/qt5/qtbase/0005-qmake-is-already-built-in-qtbase-native.patch
index f934cf1d..319aae6f 100644
--- a/recipes-qt/qt5/qtbase/0004-qmake-is-already-built-in-qtbase-native.patch
+++ b/recipes-qt/qt5/qtbase/0005-qmake-is-already-built-in-qtbase-native.patch
@@ -1,7 +1,7 @@
1From 956195c897287787b545e570ee976d1d2917eca8 Mon Sep 17 00:00:00 2001 1From 240fb45541c06103e8a930beeb5ee59a15b529bf Mon Sep 17 00:00:00 2001
2From: Michael Krelin <hacker@klever.net> 2From: Michael Krelin <hacker@klever.net>
3Date: Mon, 29 Oct 2012 20:07:49 -0700 3Date: Mon, 29 Oct 2012 20:07:49 -0700
4Subject: [PATCH 04/11] qmake is already built in qtbase-native 4Subject: [PATCH 05/12] qmake is already built in qtbase-native
5 5
6Ported from OE by: Yu Ke <ke.yu@intel.com> 6Ported from OE by: Yu Ke <ke.yu@intel.com>
7Upstream-Status: Inappropriate [configuration] 7Upstream-Status: Inappropriate [configuration]
diff --git a/recipes-qt/qt5/qtbase/0005-Allow-building-a-separate-qmake-for-the-target.patch b/recipes-qt/qt5/qtbase/0006-Allow-building-a-separate-qmake-for-the-target.patch
index af8eb463..c639c172 100644
--- a/recipes-qt/qt5/qtbase/0005-Allow-building-a-separate-qmake-for-the-target.patch
+++ b/recipes-qt/qt5/qtbase/0006-Allow-building-a-separate-qmake-for-the-target.patch
@@ -1,7 +1,7 @@
1From d33f33aed6744b5c4c561e6c6527d784481604f5 Mon Sep 17 00:00:00 2001 1From 892351a55c3f6a033a1823e104315cb0f03b454d Mon Sep 17 00:00:00 2001
2From: Paul Eggleton <paul.eggleton@linux.intel.com> 2From: Paul Eggleton <paul.eggleton@linux.intel.com>
3Date: Mon, 29 Oct 2012 20:26:36 -0700 3Date: Mon, 29 Oct 2012 20:26:36 -0700
4Subject: [PATCH 05/11] Allow building a separate qmake for the target 4Subject: [PATCH 06/12] Allow building a separate qmake for the target
5 5
6Upstream-Status: Inappropriate [config] 6Upstream-Status: Inappropriate [config]
7 7
diff --git a/recipes-qt/qt5/qtbase/0008-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch b/recipes-qt/qt5/qtbase/0007-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch
index 3229e14b..c40c66b1 100644
--- a/recipes-qt/qt5/qtbase/0008-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch
+++ b/recipes-qt/qt5/qtbase/0007-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch
@@ -1,10 +1,10 @@
1From 4ba11842fa29ba28a05b3e8e511432fe360b4957 Mon Sep 17 00:00:00 2001 1From 9928daa856cd7433618df38b263e029fb9948679 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sat, 27 Apr 2013 22:33:33 +0200 3Date: Sat, 27 Apr 2013 22:33:33 +0200
4Subject: [PATCH 08/11] configureapp: Prefix default LIBDIRS and INCDIRS with 4Subject: [PATCH 07/12] configureapp: Prefix default LIBDIRS and INCDIRS with
5 SYSROOT 5 SYSROOT
6 6
7Change-Id: I275b30f67bc477d8e9a008f4894198859ec45017 7Upstream-Status: Pending
8--- 8---
9 tools/configure/configureapp.cpp | 4 ++-- 9 tools/configure/configureapp.cpp | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-) 10 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-qt/qt5/qtbase/0009-qt_module-Fix-pkgconfig-replacement.patch b/recipes-qt/qt5/qtbase/0008-qt_module-Fix-pkgconfig-replacement.patch
index 0574ca89..8d40e4f2 100644
--- a/recipes-qt/qt5/qtbase/0009-qt_module-Fix-pkgconfig-replacement.patch
+++ b/recipes-qt/qt5/qtbase/0008-qt_module-Fix-pkgconfig-replacement.patch
@@ -1,7 +1,7 @@
1From 4ba266bc0a7e4841cfd06d555b39888928a6e3a5 Mon Sep 17 00:00:00 2001 1From 063936d0daabacad8c9b8e68adf9423d54846290 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sat, 27 Apr 2013 23:15:37 +0200 3Date: Sat, 27 Apr 2013 23:15:37 +0200
4Subject: [PATCH 09/11] qt_module: Fix pkgconfig replacement 4Subject: [PATCH 08/12] qt_module: Fix pkgconfig replacement
5 5
6* in situation like this: 6* in situation like this:
7 QT_SYSROOT:/OE/oe-core/tmp-eglibc/sysroots/qemuarm 7 QT_SYSROOT:/OE/oe-core/tmp-eglibc/sysroots/qemuarm
@@ -19,7 +19,8 @@ Subject: [PATCH 09/11] qt_module: Fix pkgconfig replacement
19 cross-compile unfriendly, keeping ${libdir}/${includedir} works better 19 cross-compile unfriendly, keeping ${libdir}/${includedir} works better
20 in my case 20 in my case
21 21
22Change-Id: Id0f9143c012b7fe7bb7bab0055687f4e0517f653 22Upstream-Status: Pending
23
23Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 24Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24--- 25---
25 mkspecs/features/qt_module.prf | 16 ++++++++++++++-- 26 mkspecs/features/qt_module.prf | 16 ++++++++++++++--
diff --git a/recipes-qt/qt5/qtbase/0011-qt_module-Fix-paths-in-.prl-files.patch b/recipes-qt/qt5/qtbase/0009-qt_module-Fix-paths-in-.prl-files.patch
index 6eab1cb5..dde3b95b 100644
--- a/recipes-qt/qt5/qtbase/0011-qt_module-Fix-paths-in-.prl-files.patch
+++ b/recipes-qt/qt5/qtbase/0009-qt_module-Fix-paths-in-.prl-files.patch
@@ -1,7 +1,7 @@
1From 1809b8b32d3b8a689eb5d40f096b3541345ff219 Mon Sep 17 00:00:00 2001 1From 1a0133993cc7924208dd4a0d818599accbcf999e Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sun, 28 Apr 2013 12:56:55 +0200 3Date: Sun, 28 Apr 2013 12:56:55 +0200
4Subject: [PATCH 11/11] qt_module: Fix paths in .prl files 4Subject: [PATCH 09/12] qt_module: Fix paths in .prl files
5 5
6* qmake does not prefix them with QT_SYSROOT when using them 6* qmake does not prefix them with QT_SYSROOT when using them
7 so e.g. when building qtdeclarative we get -L/usr/lib to LINKAGE 7 so e.g. when building qtdeclarative we get -L/usr/lib to LINKAGE
@@ -11,7 +11,8 @@ Subject: [PATCH 11/11] qt_module: Fix paths in .prl files
11 SSTATE_SCAN_FILES += "*.pri *.prl" 11 SSTATE_SCAN_FILES += "*.pri *.prl"
12 to make them relocateble 12 to make them relocateble
13 13
14Change-Id: I4b66dcad539a3ba876d8e4ee2eb2ccd626cd03ea 14Upstream-Status: Pending
15
15Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 16Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16--- 17---
17 mkspecs/features/qt_module.prf | 28 +++++++++++++++++----------- 18 mkspecs/features/qt_module.prf | 28 +++++++++++++++++-----------
diff --git a/recipes-qt/qt5/qtbase/0010-qmake-property-rename-QT_INSTALL_CONFIGURATION-to-QT.patch b/recipes-qt/qt5/qtbase/0010-qmake-property-rename-QT_INSTALL_CONFIGURATION-to-QT.patch
deleted file mode 100644
index 7594058f..00000000
--- a/recipes-qt/qt5/qtbase/0010-qmake-property-rename-QT_INSTALL_CONFIGURATION-to-QT.patch
+++ /dev/null
@@ -1,33 +0,0 @@
1From 5b01ec1b8da7fc949efea262647a9d6010c670f4 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sat, 27 Apr 2013 22:51:54 +0200
4Subject: [PATCH 10/11] qmake/property: rename QT_INSTALL_CONFIGURATION to
5 QT_INSTALL_SETTINGS
6
7* this variable is referenced from configure and configureapp.cpp as QT_INSTALL_SETTINGS
8 property.cpp was only place using name QT_INSTALL_CONFIGURATION
9
10Upstream-Status: Submitted
11https://codereview.qt-project.org/54912
12
13Change-Id: I3ba40d5f8773fe9aea728c5b2418aa55cecc92da
14---
15 qmake/property.cpp | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/qmake/property.cpp b/qmake/property.cpp
19index dca0c58..8ebba3b 100644
20--- a/qmake/property.cpp
21+++ b/qmake/property.cpp
22@@ -68,7 +68,7 @@ static const struct {
23 { "QT_INSTALL_IMPORTS", QLibraryInfo::ImportsPath, false },
24 { "QT_INSTALL_QML", QLibraryInfo::Qml2ImportsPath, false },
25 { "QT_INSTALL_TRANSLATIONS", QLibraryInfo::TranslationsPath, false },
26- { "QT_INSTALL_CONFIGURATION", QLibraryInfo::SettingsPath, false },
27+ { "QT_INSTALL_SETTINGS", QLibraryInfo::SettingsPath, false },
28 { "QT_INSTALL_EXAMPLES", QLibraryInfo::ExamplesPath, false },
29 { "QT_INSTALL_DEMOS", QLibraryInfo::ExamplesPath, false }, // Just backwards compat
30 { "QT_HOST_PREFIX", QLibraryInfo::HostPrefixPath, true },
31--
321.8.2.1
33
diff --git a/recipes-qt/qt5/qtbase/0012-wayland-scanner-disable-silent-rules.patch b/recipes-qt/qt5/qtbase/0010-wayland-scanner-disable-silent-rules.patch
index 9431e79e..ff8aaa1d 100644
--- a/recipes-qt/qt5/qtbase/0012-wayland-scanner-disable-silent-rules.patch
+++ b/recipes-qt/qt5/qtbase/0010-wayland-scanner-disable-silent-rules.patch
@@ -1,11 +1,12 @@
1From 41a352655485234eda87b150154001ce89496505 Mon Sep 17 00:00:00 2001 1From 668c20fe721aba2057c8e929e5029c423a687360 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sun, 5 May 2013 11:18:34 +0200 3Date: Sun, 5 May 2013 11:18:34 +0200
4Subject: [PATCH 12/12] wayland-scanner: disable silent rules 4Subject: [PATCH 10/12] wayland-scanner: disable silent rules
5 5
6* for some reason "$$qtwayland-server-header.commands" on second line gets expanded as -server-header.commands 6* for some reason "$$qtwayland-server-header.commands" on second line gets expanded as -server-header.commands
7 7
8Change-Id: I1ffb04c01311f08984bc2a8c1cc92cb963d3e147 8Upstream-Status: Pending
9
9Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 10Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10--- 11---
11 mkspecs/features/wayland-scanner.prf | 6 +++--- 12 mkspecs/features/wayland-scanner.prf | 6 +++---
diff --git a/recipes-qt/qt5/qtbase/0013-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch b/recipes-qt/qt5/qtbase/0011-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch
index d4a11d1e..d1402124 100644
--- a/recipes-qt/qt5/qtbase/0013-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch
+++ b/recipes-qt/qt5/qtbase/0011-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch
@@ -1,19 +1,20 @@
1From ec6de65fc787c8a5e782b48b6794646f274da43a Mon Sep 17 00:00:00 2001 1From 62c2c404238e007021a80fcf62b51173be23a67e Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Wed, 8 May 2013 23:54:35 +0200 3Date: Wed, 8 May 2013 23:54:35 +0200
4Subject: [PATCH 13/13] configure: don't export SYSTEM_VARIABLES to .qmake.vars 4Subject: [PATCH 11/12] configure: don't export SYSTEM_VARIABLES to .qmake.vars
5 5
6* linux-oe-g++ should handle this correctly and exporting LD as QMAKE_LINK is 6* linux-oe-g++ should handle this correctly and exporting LD as QMAKE_LINK is
7 causing issues as we need g++ to be used as linker 7 causing issues as we need g++ to be used as linker
8 8
9Change-Id: I22e32aabd502df9f84cebb82f17bec4099363c8e 9Upstream-Status: Pending
10
10Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 11Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11--- 12---
12 configure | 15 +-------------- 13 configure | 15 +--------------
13 1 file changed, 1 insertion(+), 14 deletions(-) 14 1 file changed, 1 insertion(+), 14 deletions(-)
14 15
15diff --git a/configure b/configure 16diff --git a/configure b/configure
16index feb1435..6d3d1e2 100755 17index 8710c28..8b97cc2 100755
17--- a/configure 18--- a/configure
18+++ b/configure 19+++ b/configure
19@@ -740,20 +740,7 @@ fi'` 20@@ -740,20 +740,7 @@ fi'`
diff --git a/recipes-qt/qt5/qtbase/0014-configure.prf-Allow-to-add-extra-arguments-to-make.patch b/recipes-qt/qt5/qtbase/0012-configure.prf-Allow-to-add-extra-arguments-to-make.patch
index 79d314c5..5d7cbc34 100644
--- a/recipes-qt/qt5/qtbase/0014-configure.prf-Allow-to-add-extra-arguments-to-make.patch
+++ b/recipes-qt/qt5/qtbase/0012-configure.prf-Allow-to-add-extra-arguments-to-make.patch
@@ -1,18 +1,20 @@
1From 01653e270c4a9169a32c0002a87a6644727d0b11 Mon Sep 17 00:00:00 2001 1From b0a008c649f76e0353f49f9c953e9d8141e5927a Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Thu, 9 May 2013 10:06:50 +0200 3Date: Thu, 9 May 2013 10:06:50 +0200
4Subject: [PATCH 14/14] configure.prf: Allow to add extra arguments to make 4Subject: [PATCH 12/12] configure.prf: Allow to add extra arguments to make
5 5
6* sometimes we would like to add -e or define some variable and respect it from both 6* sometimes we would like to add -e or define some variable and respect it from both
7 Makefiles used in configure tests and also Maakefiles to build the application 7 Makefiles used in configure tests and also Makefiles to build the application
8 8
9Change-Id: Ib29beb89cc9b179dddd40d3b212b7c200d29a469 9Upstream-Status: Pending
10
11Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10--- 12---
11 mkspecs/features/configure.prf | 4 ++-- 13 mkspecs/features/configure.prf | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-) 14 1 file changed, 2 insertions(+), 2 deletions(-)
13 15
14diff --git a/mkspecs/features/configure.prf b/mkspecs/features/configure.prf 16diff --git a/mkspecs/features/configure.prf b/mkspecs/features/configure.prf
15index 39144e7..1864ba8 100644 17index 39144e7..de48b07 100644
16--- a/mkspecs/features/configure.prf 18--- a/mkspecs/features/configure.prf
17+++ b/mkspecs/features/configure.prf 19+++ b/mkspecs/features/configure.prf
18@@ -54,12 +54,12 @@ defineTest(qtCompileTest) { 20@@ -54,12 +54,12 @@ defineTest(qtCompileTest) {