aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebkit_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-08-31 17:36:31 +0900
committerMartin Jansa <Martin.Jansa@gmail.com>2018-09-19 09:55:38 +0000
commita8832a7f4f4a7960c9b800b49ad45032ad05a080 (patch)
tree99174a6b3a9f733502ea0c55edc246996efc24ea /recipes-qt/qt5/qtwebkit_git.bb
parent215e81d2859926ec05fc197573b90ac3fea89019 (diff)
qtwebkit: Make qtwebkit support arm32 BE.
* It can work on arm32 BE. * MJ: modified to apply correctly Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebkit_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebkit_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb
index 8714d18f..0a978357 100644
--- a/recipes-qt/qt5/qtwebkit_git.bb
+++ b/recipes-qt/qt5/qtwebkit_git.bb
@@ -10,11 +10,12 @@ LIC_FILES_CHKSUM = " \
DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native bison-native"
# Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.11
-# 5.11.meta-qt5.1
+# 5.11.meta-qt5.2
SRC_URI += "\
file://0001-Do-not-skip-build-for-cross-compile.patch \
file://0002-Fix-build-with-non-glibc-libc-on-musl.patch \
file://0003-WebKitMacros-Append-to-I-and-not-to-isystem.patch \
+ file://0004-Fix-build-bug-for-armv32-BE.patch \
"
inherit cmake_qt5 perlnative pythonnative