diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index ea6d0935..6b54efc6 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -145,15 +145,16 @@ RDEPENDS_${PN}-examples += " \ | |||
145 | QT_MODULE_BRANCH_CHROMIUM = "77-based" | 145 | QT_MODULE_BRANCH_CHROMIUM = "77-based" |
146 | 146 | ||
147 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.14 | 147 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.14 |
148 | # 5.14.meta-qt5.2 | 148 | # 5.14.meta-qt5.3 |
149 | SRC_URI += " \ | 149 | SRC_URI += " \ |
150 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ | 150 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ |
151 | file://0001-Force-host-toolchain-configuration.patch \ | 151 | file://0001-Force-host-toolchain-configuration.patch \ |
152 | file://0002-Remove-ninja-version-test-for-now-it-fails-for-ninja.patch \ | ||
152 | " | 153 | " |
153 | SRC_URI_append_libc-musl = "\ | 154 | SRC_URI_append_libc-musl = "\ |
154 | file://0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch \ | 155 | file://0003-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch \ |
155 | file://0003-musl-link-against-libexecinfo.patch \ | 156 | file://0004-musl-link-against-libexecinfo.patch \ |
156 | file://0004-mkspecs-Allow-builds-with-libc-glibc.patch \ | 157 | file://0005-mkspecs-Allow-builds-with-libc-glibc.patch \ |
157 | " | 158 | " |
158 | 159 | ||
159 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/77-based | 160 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/77-based |