summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/snprintf.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-07-30 17:54:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-31 23:03:01 +0100
commit7e1fdbbe4dd9301d0388bb651ef943ebc66f18f4 (patch)
tree7f1d310e610be5dfc7ae64fc8d40a93b8d5966c6 /meta/recipes-sato/webkit/webkitgtk/snprintf.patch
parent65c3253b5beba8f28460cf4a5c7f43b984440a86 (diff)
downloadpoky-7e1fdbbe4dd9301d0388bb651ef943ebc66f18f4.tar.gz
webkitgtk: upgrade 2.24.2 -> 2.24.3
(From OE-Core rev: b838ba224a57715e5409890ba3b29f825e492f19) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/snprintf.patch')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/snprintf.patch15
1 files changed, 0 insertions, 15 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 @@
1include missing header for snprintf definition
2
3Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197088]
4Signed-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