diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-05-10 08:16:01 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-05-11 16:00:21 +0200 |
commit | 288cdf605351fbfc90d70c616f50a57d4b6d3bc6 (patch) | |
tree | f459499164d18bd3a438617d442f2ee646892bec /recipes-qt/qt5/qtwebengine_git.bb | |
parent | ac9951b21856d111a8c62e65fbfc42386d2aea87 (diff) | |
download | meta-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.bb | 1 |
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 | ||
192 | SRCREV_qtwebengine = "9e56f570e31a0ef18e544bb21dfddebfe43ec2d0" | 193 | SRCREV_qtwebengine = "9e56f570e31a0ef18e544bb21dfddebfe43ec2d0" |