diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-14 18:37:41 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-02 15:16:18 +0200 |
commit | bf2cafa909a27250f853a823e9d7101307337e7a (patch) | |
tree | 3b70ffa8f12510fb777a42ce7d6eedf4886819d3 /recipes-qt/qt5/qtbase/0010-Add-external-hostbindir-option-for-native-sdk.patch | |
parent | c1b0c9f546289b1592d7a895640de103723a0305 (diff) | |
download | meta-qt5-bf2cafa909a27250f853a823e9d7101307337e7a.tar.gz |
qt5: upgrade to latest revisions in 5.7 branches
* these revisions are after v5.7.0-beta1 tags where available
* it's highly recommended to read:
http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/
to find out how you're affected check which files/tools are
included in your builds, e.g. for qtwebengine:
OE @ ~/projects/qt-project/qtwebengine $ git grep QT_BEGIN_LICENSE | sed 's/^[^:]*://g' | sort | uniq -c
11 ## $QT_BEGIN_LICENSE:GPL-EXCEPT$
67 ** $QT_BEGIN_LICENSE:BSD$
17 ** $QT_BEGIN_LICENSE:FDL$
61 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$
261 ** $QT_BEGIN_LICENSE:LGPL$
* change in chromium's LICENSE is only copyright year update
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase/0010-Add-external-hostbindir-option-for-native-sdk.patch')
-rw-r--r-- | recipes-qt/qt5/qtbase/0010-Add-external-hostbindir-option-for-native-sdk.patch | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/recipes-qt/qt5/qtbase/0010-Add-external-hostbindir-option-for-native-sdk.patch b/recipes-qt/qt5/qtbase/0010-Add-external-hostbindir-option-for-native-sdk.patch index 5bb73e75..949b323f 100644 --- a/recipes-qt/qt5/qtbase/0010-Add-external-hostbindir-option-for-native-sdk.patch +++ b/recipes-qt/qt5/qtbase/0010-Add-external-hostbindir-option-for-native-sdk.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 5b4ae15a19a9135d3dc8a35aa2d109ba8d29868a Mon Sep 17 00:00:00 2001 | 1 | From 6df8d620081bd78319fc97846e52b1a83042401a 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] Add -external-hostbindir option for native(sdk) | 4 | Subject: [PATCH] Add -external-hostbindir option for native(sdk) |
@@ -37,10 +37,10 @@ Conflicts: | |||
37 | 5 files changed, 16 insertions(+), 1 deletion(-) | 37 | 5 files changed, 16 insertions(+), 1 deletion(-) |
38 | 38 | ||
39 | diff --git a/configure b/configure | 39 | diff --git a/configure b/configure |
40 | index 2e99d39..a0641d2 100755 | 40 | index 6abdd6b..7c5a066 100755 |
41 | --- a/configure | 41 | --- a/configure |
42 | +++ b/configure | 42 | +++ b/configure |
43 | @@ -3922,6 +3922,7 @@ fi | 43 | @@ -3824,6 +3824,7 @@ fi |
44 | addConfStr "$QT_REL_HOST_BINS" | 44 | addConfStr "$QT_REL_HOST_BINS" |
45 | addConfStr "$QT_REL_HOST_LIBS" | 45 | addConfStr "$QT_REL_HOST_LIBS" |
46 | addConfStr "$QT_REL_HOST_DATA" | 46 | addConfStr "$QT_REL_HOST_DATA" |
@@ -49,10 +49,10 @@ index 2e99d39..a0641d2 100755 | |||
49 | addConfStr "$shortspec" | 49 | addConfStr "$shortspec" |
50 | 50 | ||
51 | diff --git a/qmake/property.cpp b/qmake/property.cpp | 51 | diff --git a/qmake/property.cpp b/qmake/property.cpp |
52 | index 817ae95..c69539f 100644 | 52 | index 9ee08f4..e6ecf92 100644 |
53 | --- a/qmake/property.cpp | 53 | --- a/qmake/property.cpp |
54 | +++ b/qmake/property.cpp | 54 | +++ b/qmake/property.cpp |
55 | @@ -68,6 +68,7 @@ static const struct { | 55 | @@ -63,6 +63,7 @@ static const struct { |
56 | { "QT_HOST_DATA", QLibraryInfo::HostDataPath, true }, | 56 | { "QT_HOST_DATA", QLibraryInfo::HostDataPath, true }, |
57 | { "QT_HOST_BINS", QLibraryInfo::HostBinariesPath, true }, | 57 | { "QT_HOST_BINS", QLibraryInfo::HostBinariesPath, true }, |
58 | { "QT_HOST_LIBS", QLibraryInfo::HostLibrariesPath, true }, | 58 | { "QT_HOST_LIBS", QLibraryInfo::HostLibrariesPath, true }, |
@@ -61,10 +61,10 @@ index 817ae95..c69539f 100644 | |||
61 | { "QMAKE_XSPEC", QLibraryInfo::TargetSpecPath, true }, | 61 | { "QMAKE_XSPEC", QLibraryInfo::TargetSpecPath, true }, |
62 | }; | 62 | }; |
63 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp | 63 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp |
64 | index e1c87b5..d6e03ba 100644 | 64 | index ff65ef9..3726831 100644 |
65 | --- a/src/corelib/global/qlibraryinfo.cpp | 65 | --- a/src/corelib/global/qlibraryinfo.cpp |
66 | +++ b/src/corelib/global/qlibraryinfo.cpp | 66 | +++ b/src/corelib/global/qlibraryinfo.cpp |
67 | @@ -373,7 +373,7 @@ QLibraryInfo::isDebugBuild() | 67 | @@ -381,7 +381,7 @@ QLibraryInfo::isDebugBuild() |
68 | */ | 68 | */ |
69 | 69 | ||
70 | static const struct { | 70 | static const struct { |
@@ -73,7 +73,7 @@ index e1c87b5..d6e03ba 100644 | |||
73 | } qtConfEntries[] = { | 73 | } qtConfEntries[] = { |
74 | { "Prefix", "." }, | 74 | { "Prefix", "." }, |
75 | { "Documentation", "doc" }, // should be ${Data}/doc | 75 | { "Documentation", "doc" }, // should be ${Data}/doc |
76 | @@ -398,6 +398,7 @@ static const struct { | 76 | @@ -406,6 +406,7 @@ static const struct { |
77 | { "HostBinaries", "bin" }, | 77 | { "HostBinaries", "bin" }, |
78 | { "HostLibraries", "lib" }, | 78 | { "HostLibraries", "lib" }, |
79 | { "HostData", "." }, | 79 | { "HostData", "." }, |
@@ -82,10 +82,10 @@ index e1c87b5..d6e03ba 100644 | |||
82 | { "HostSpec", "" }, | 82 | { "HostSpec", "" }, |
83 | { "HostPrefix", "" }, | 83 | { "HostPrefix", "" }, |
84 | diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h | 84 | diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h |
85 | index 1ad7637..5a8b127 100644 | 85 | index 362d47d..a2326e2 100644 |
86 | --- a/src/corelib/global/qlibraryinfo.h | 86 | --- a/src/corelib/global/qlibraryinfo.h |
87 | +++ b/src/corelib/global/qlibraryinfo.h | 87 | +++ b/src/corelib/global/qlibraryinfo.h |
88 | @@ -81,6 +81,7 @@ public: | 88 | @@ -87,6 +87,7 @@ public: |
89 | HostBinariesPath, | 89 | HostBinariesPath, |
90 | HostLibrariesPath, | 90 | HostLibrariesPath, |
91 | HostDataPath, | 91 | HostDataPath, |
@@ -94,10 +94,10 @@ index 1ad7637..5a8b127 100644 | |||
94 | HostSpecPath, | 94 | HostSpecPath, |
95 | HostPrefixPath, | 95 | HostPrefixPath, |
96 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp | 96 | diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp |
97 | index 6f1e2b7..ae03143 100644 | 97 | index 7fd0b98..47fa6c3 100644 |
98 | --- a/tools/configure/configureapp.cpp | 98 | --- a/tools/configure/configureapp.cpp |
99 | +++ b/tools/configure/configureapp.cpp | 99 | +++ b/tools/configure/configureapp.cpp |
100 | @@ -1256,6 +1256,13 @@ void Configure::parseCmdLine() | 100 | @@ -1202,6 +1202,13 @@ void Configure::parseCmdLine() |
101 | dictionary[ "QT_EXT_PREFIX" ] = configCmdLine.at(i); | 101 | dictionary[ "QT_EXT_PREFIX" ] = configCmdLine.at(i); |
102 | } | 102 | } |
103 | 103 | ||
@@ -111,7 +111,7 @@ index 6f1e2b7..ae03143 100644 | |||
111 | else if (configCmdLine.at(i) == "-make-tool") { | 111 | else if (configCmdLine.at(i) == "-make-tool") { |
112 | ++i; | 112 | ++i; |
113 | if (i == argCount) | 113 | if (i == argCount) |
114 | @@ -4232,6 +4239,9 @@ void Configure::generateQConfigCpp() | 114 | @@ -4121,6 +4128,9 @@ void Configure::generateQConfigCpp() |
115 | 115 | ||
116 | if (dictionary["QT_REL_HOST_DATA"].isEmpty()) | 116 | if (dictionary["QT_REL_HOST_DATA"].isEmpty()) |
117 | dictionary["QT_REL_HOST_DATA"] = haveHpx ? "." : dictionary["QT_REL_INSTALL_ARCHDATA"]; | 117 | dictionary["QT_REL_HOST_DATA"] = haveHpx ? "." : dictionary["QT_REL_INSTALL_ARCHDATA"]; |
@@ -121,7 +121,7 @@ index 6f1e2b7..ae03143 100644 | |||
121 | 121 | ||
122 | confStringOff = 0; | 122 | confStringOff = 0; |
123 | addConfStr(0, dictionary["QT_REL_INSTALL_DOCS"]); | 123 | addConfStr(0, dictionary["QT_REL_INSTALL_DOCS"]); |
124 | @@ -4251,6 +4261,7 @@ void Configure::generateQConfigCpp() | 124 | @@ -4140,6 +4150,7 @@ void Configure::generateQConfigCpp() |
125 | addConfStr(1, dictionary["QT_REL_HOST_BINS"]); | 125 | addConfStr(1, dictionary["QT_REL_HOST_BINS"]); |
126 | addConfStr(1, dictionary["QT_REL_HOST_LIBS"]); | 126 | addConfStr(1, dictionary["QT_REL_HOST_LIBS"]); |
127 | addConfStr(1, dictionary["QT_REL_HOST_DATA"]); | 127 | addConfStr(1, dictionary["QT_REL_HOST_DATA"]); |