diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-01-29 12:48:12 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-01-29 12:52:10 +0200 |
commit | a358108b09762390ec951f560540bb99aaf9f2a2 (patch) | |
tree | 6d9e6c078f46403bb2e76a25f4aa56c990c23083 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | c32de2f746d944f515e9e47dd330dfb64b3ca280 (diff) | |
parent | ce766374432309b85fdcfe8ef287dbb2ef11b337 (diff) | |
download | meta-qt5-a358108b09762390ec951f560540bb99aaf9f2a2.tar.gz |
Merge remote-tracking branch 'qtyocto/upstream/master' into 5.10
* qtyocto/upstream/master:
qt: refresh remaining patches and tags in meta-qt5 repos
qtwebengine: explicitly depend on bison-native
qtmqtt: add recipe
qtbase: fix a regression
qtbase: introduce QT_EDITION
packagegroup-qt5-qtcreator-debug: remove qtdeclarative-plugins
Conflicts:
recipes-qt/qt5/qtquickcontrols/0001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch
recipes-qt/qt5/qtquickcontrols_git.bb
recipes-qt/qt5/qtserialbus_git.bb
Task-number: QTBUG-65164
Change-Id: Ifdb2bba80e68de28ec818fff2b2716645eb4d9c5
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 51 |
1 files changed, 27 insertions, 24 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index c0c52eb1..54a22f19 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -18,6 +18,7 @@ DEPENDS += " \ | |||
18 | nspr-native \ | 18 | nspr-native \ |
19 | ninja-native \ | 19 | ninja-native \ |
20 | yasm-native \ | 20 | yasm-native \ |
21 | bison-native \ | ||
21 | qtwebchannel \ | 22 | qtwebchannel \ |
22 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ | 23 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ |
23 | qtlocation \ | 24 | qtlocation \ |
@@ -122,38 +123,40 @@ RDEPENDS_${PN}-examples += " \ | |||
122 | 123 | ||
123 | QT_MODULE_BRANCH_CHROMIUM = "61-based" | 124 | QT_MODULE_BRANCH_CHROMIUM = "61-based" |
124 | 125 | ||
125 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.9 | 126 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.10 |
126 | # 5.9.meta-qt5.3 | 127 | # 5.10.meta-qt5.1 |
127 | SRC_URI += " \ | 128 | SRC_URI += " \ |
128 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ | 129 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ |
129 | file://0002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ | 130 | file://0001-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ |
130 | file://0003-Include-dependency-to-QCoreApplication-translate.patch \ | 131 | file://0002-Include-dependency-to-QCoreApplication-translate.patch \ |
131 | file://0004-Force-host-toolchain-configuration.patch \ | 132 | file://0003-Force-host-toolchain-configuration.patch \ |
133 | " | ||
134 | SRC_URI_append_libc-musl = "\ | ||
135 | file://0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch \ | ||
136 | file://0005-musl-link-against-libexecinfo.patch \ | ||
132 | " | 137 | " |
133 | 138 | ||
134 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/56-based | 139 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/61-based |
135 | # 56-based.meta-qt5.2 | 140 | # 61-based.meta-qt5.1 |
136 | SRC_URI += " \ | 141 | SRC_URI += " \ |
137 | file://0002-chromium-Force-host-toolchain-configuration.patch;patchdir=src/3rdparty \ | 142 | file://0001-chromium-Force-host-toolchain-configuration.patch;patchdir=src/3rdparty \ |
138 | file://0003-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ | 143 | file://0002-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ |
139 | " | 144 | " |
140 | 145 | ||
141 | SRC_URI_append_libc-musl = "\ | 146 | SRC_URI_append_libc-musl = "\ |
142 | file://0005-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch \ | 147 | file://0003-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \ |
143 | file://0006-musl-link-against-libexecinfo.patch \ | 148 | file://0004-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \ |
144 | file://0004-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch;patchdir=src/3rdparty \ | 149 | file://0005-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \ |
145 | file://0005-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch;patchdir=src/3rdparty \ | 150 | file://0006-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \ |
146 | file://0006-chromium-musl-include-fcntl.h-for-loff_t.patch;patchdir=src/3rdparty \ | 151 | file://0007-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \ |
147 | file://0007-chromium-musl-use-off64_t-instead-of-the-internal-__.patch;patchdir=src/3rdparty \ | 152 | file://0008-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \ |
148 | file://0008-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \ | 153 | file://0009-chromium-musl-Use-correct-member-name-__si_fields-fr.patch;patchdir=src/3rdparty \ |
149 | file://0009-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \ | 154 | file://0010-chromium-musl-Match-syscalls-to-match-musl.patch;patchdir=src/3rdparty \ |
150 | file://0010-chromium-musl-Use-correct-member-name-__si_fields-fr.patch;patchdir=src/3rdparty \ | 155 | file://0011-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \ |
151 | file://0011-chromium-musl-Match-syscalls-to-match-musl.patch;patchdir=src/3rdparty \ | 156 | file://0012-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \ |
152 | file://0012-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \ | 157 | file://0013-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \ |
153 | file://0013-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \ | 158 | file://0014-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch;patchdir=src/3rdparty \ |
154 | file://0014-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \ | 159 | file://0015-chromium-musl-tcmalloc-Use-off64_t-insread-of-__off6.patch;patchdir=src/3rdparty \ |
155 | file://0015-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch;patchdir=src/3rdparty \ | ||
156 | file://0016-chromium-musl-tcmalloc-Use-off64_t-insread-of-__off6.patch;patchdir=src/3rdparty \ | ||
157 | " | 160 | " |
158 | 161 | ||
159 | SRCREV_qtwebengine = "14b58276822c12e8d21580f61869b5a9bbf43f22" | 162 | SRCREV_qtwebengine = "14b58276822c12e8d21580f61869b5a9bbf43f22" |