summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebkit_git.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-12-02 22:51:59 +0100
committerMartin 'JaMa' Jansa <Martin.Jansa@gmail.com>2021-01-22 11:51:45 +0100
commit2c2403e2135b28bed4c3abc62983f753e7502d0c (patch)
treed4fe68e37feee284775a86c631c0d5d78292e704 /recipes-qt/qt5/qtwebkit_git.bb
parent7a9f639fbd632dbe23af95c7b8123a0b907c6179 (diff)
downloadmeta-qt5-2c2403e2135b28bed4c3abc62983f753e7502d0c.tar.gz
qtwebkit: fix build with icu >= 68
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebkit_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebkit_git.bb15
1 files changed, 8 insertions, 7 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb
index 9ce948e0..e415dabc 100644
--- a/recipes-qt/qt5/qtwebkit_git.bb
+++ b/recipes-qt/qt5/qtwebkit_git.bb
@@ -12,13 +12,14 @@ DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-
12# Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.13 12# Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.13
13# 5.13.meta-qt5.1 13# 5.13.meta-qt5.1
14SRC_URI += "\ 14SRC_URI += "\
15 file://0002-Do-not-skip-build-for-cross-compile.patch \ 15 file://0001-Do-not-skip-build-for-cross-compile.patch \
16 file://0003-Fix-build-with-non-glibc-libc-on-musl.patch \ 16 file://0002-Fix-build-with-non-glibc-libc-on-musl.patch \
17 file://0004-Fix-build-bug-for-armv32-BE.patch \ 17 file://0003-Fix-build-bug-for-armv32-BE.patch \
18 file://0005-PlatformQt.cmake-Do-not-generate-hardcoded-include-p.patch \ 18 file://0004-PlatformQt.cmake-Do-not-generate-hardcoded-include-p.patch \
19 file://0006-Fix-build-with-bison37.patch \ 19 file://0005-Fix-build-with-bison37.patch \
20 file://0007-Disable-code-related-to-HTTP-2-when-Qt-is-configured.patch \ 20 file://0006-Disable-code-related-to-HTTP-2-when-Qt-is-configured.patch \
21 file://0008-Fix-compilation-with-Python-3.9-avoid-passing-encodi.patch \ 21 file://0007-Fix-compilation-with-Python-3.9-avoid-passing-encodi.patch \
22 file://0008-Fix-build-with-icu-68.patch \
22" 23"
23 24
24inherit cmake_qt5 perlnative 25inherit cmake_qt5 perlnative