summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-10 08:16:01 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2020-05-11 16:00:21 +0200
commit288cdf605351fbfc90d70c616f50a57d4b6d3bc6 (patch)
treef459499164d18bd3a438617d442f2ee646892bec /recipes-qt/qt5/qtwebengine_git.bb
parentac9951b21856d111a8c62e65fbfc42386d2aea87 (diff)
downloadmeta-qt5-288cdf605351fbfc90d70c616f50a57d4b6d3bc6.tar.gz
qtwebengine: Fix build with musl
msghdr is not same between musl and glibc so do not assume that Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index cc56f5d1..d7dd4d1f 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -187,6 +187,7 @@ SRC_URI_append_libc-musl = "\
187 file://chromium/0023-chromium-musl-Use-_fpstate-instead-of-_libc_fpstate-.patch;patchdir=src/3rdparty \ 187 file://chromium/0023-chromium-musl-Use-_fpstate-instead-of-_libc_fpstate-.patch;patchdir=src/3rdparty \
188 file://chromium/0024-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \ 188 file://chromium/0024-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch;patchdir=src/3rdparty \
189 file://chromium/0025-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \ 189 file://chromium/0025-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \
190 file://chromium/0026-chromium-musl-portable-msghdr.patch;patchdir=src/3rdparty \
190" 191"
191 192
192SRCREV_qtwebengine = "9e56f570e31a0ef18e544bb21dfddebfe43ec2d0" 193SRCREV_qtwebengine = "9e56f570e31a0ef18e544bb21dfddebfe43ec2d0"