diff options
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/snprintf.patch | 15 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.24.3.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.24.2.bb) | 5 |
2 files changed, 2 insertions, 18 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/snprintf.patch b/meta/recipes-sato/webkit/webkitgtk/snprintf.patch deleted file mode 100644 index b1481d78e8..0000000000 --- a/meta/recipes-sato/webkit/webkitgtk/snprintf.patch +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | include missing header for snprintf definition | ||
2 | |||
3 | Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197088] | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
6 | --- a/Source/WebCore/platform/text/TextCodec.cpp | ||
7 | +++ b/Source/WebCore/platform/text/TextCodec.cpp | ||
8 | @@ -28,6 +28,7 @@ | ||
9 | #include "TextCodec.h" | ||
10 | |||
11 | #include <array> | ||
12 | +#include <cstdio> | ||
13 | |||
14 | namespace WebCore { | ||
15 | |||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.24.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb index 7f01c4e26d..f65d79b0fb 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.24.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb | |||
@@ -22,12 +22,11 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
22 | file://detect-gstreamer-gl.patch \ | 22 | file://detect-gstreamer-gl.patch \ |
23 | file://include_array.patch \ | 23 | file://include_array.patch \ |
24 | file://narrowing.patch \ | 24 | file://narrowing.patch \ |
25 | file://snprintf.patch \ | ||
26 | file://0001-gstreamer-add-a-missing-format-string.patch \ | 25 | file://0001-gstreamer-add-a-missing-format-string.patch \ |
27 | " | 26 | " |
28 | 27 | ||
29 | SRC_URI[md5sum] = "83012998e1b9f71abb37d8baf6f9c7e6" | 28 | SRC_URI[md5sum] = "e2a5bbd09a217eba096a2d1562143e35" |
30 | SRC_URI[sha256sum] = "019cb1f0d05bf6148b72c7a85734bcd006388a1c14132843ef9a1b2cb7b4321c" | 29 | SRC_URI[sha256sum] = "940d746d7e82c357222feb5b3f44c4b201e81df7d81ddca5ca2bf3ae0acf6c51" |
31 | 30 | ||
32 | inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc | 31 | inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc |
33 | 32 | ||