summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-26 09:46:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-28 00:07:08 +0000
commitd6f97cf271080779675094d83f17e9974f9c0927 (patch)
tree06f61396503244434c915a496dd119634f0c82d2 /meta/recipes-sato
parent3e854407bb96ecae974f54873edb392ed0ff6a8b (diff)
downloadpoky-d6f97cf271080779675094d83f17e9974f9c0927.tar.gz
webkitgtk: Fix build with gcc 13
(From OE-Core rev: b040cd0409802265b371e886b08bdc6801f2d386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch30
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.38.3.bb1
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch b/meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch
new file mode 100644
index 0000000000..1ff9dcea7e
--- /dev/null
+++ b/meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch
@@ -0,0 +1,30 @@
1From d318bb461f040b90453bc4e100dcf967243ecd98 Mon Sep 17 00:00:00 2001
2From: Michael Catanzaro <mcatanzaro@redhat.com>
3Date: Mon, 16 Jan 2023 16:55:26 -0800
4Subject: [PATCH] WebKitGTK 2.39.4 does not build due to missing #include in
5 ANGLE https://bugs.webkit.org/show_bug.cgi?id=250689
6
7Unreviewed build fix.
8
9* Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h:
10
11Canonical link: https://commits.webkit.org/258968@main
12
13Upstream-Status: Backport [https://bugs.webkit.org/show_bug.cgi?id=250689]
14Signed-off-by: Khem Raj <raj.khem@gmail.com>
15---
16 Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h | 1 +
17 1 file changed, 1 insertion(+)
18
19diff --git a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
20index 94cb93e01fc0..ec7bda372f30 100644
21--- a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
22+++ b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
23@@ -12,6 +12,7 @@
24
25 #include <algorithm>
26 #include <array>
27+#include <cstdint>
28 #include <string>
29 #include <vector>
30
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb
index f076fb0498..5d8d212871 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb
@@ -14,6 +14,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
14 file://reproducibility.patch \ 14 file://reproducibility.patch \
15 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ 15 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
16 file://0d3344e17d258106617b0e6d783d073b188a2548.patch \ 16 file://0d3344e17d258106617b0e6d783d073b188a2548.patch \
17 file://d318bb461f040b90453bc4e100dcf967243ecd98.patch \
17 " 18 "
18SRC_URI[sha256sum] = "41f001d1ed448c6936b394a9f20e4640eebf83a7f08262df28504f7410604a5a" 19SRC_URI[sha256sum] = "41f001d1ed448c6936b394a9f20e4640eebf83a7f08262df28504f7410604a5a"
19 20