summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:05:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:38 +0100
commitfa5e53c2a8c857d7b9b4c199b670c7139c6979d2 (patch)
tree07475f413f5760bce6c2d7962038c3a393d0f289 /meta/recipes-sato/webkit
parent950f4fd969380ff2d390e16584a852fe2e0a2760 (diff)
downloadpoky-fa5e53c2a8c857d7b9b4c199b670c7139c6979d2.tar.gz
webkitgtk: upgrade 2.36.0 -> 2.36.1
(From OE-Core rev: 4ed608d33fe5f38bc172e0cc6d938ffab184a47a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/add_missing_include.patch19
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.36.1.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.36.0.bb)3
2 files changed, 1 insertions, 21 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/add_missing_include.patch b/meta/recipes-sato/webkit/webkitgtk/add_missing_include.patch
deleted file mode 100644
index 8f59db3130..0000000000
--- a/meta/recipes-sato/webkit/webkitgtk/add_missing_include.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Include locale.h for LC_MESSAGE definition
2
3This fixes build error
4Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp:115:51: error: use of undeclared identifier 'LC_MESSAGES'
5 return g_variant_new_string(setlocale(LC_MESSAGES, nullptr));
6 ^
7Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=239030]
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9
10--- a/Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp
11+++ b/Source/WebCore/accessibility/atspi/AccessibilityRootAtspi.cpp
12@@ -30,6 +30,7 @@
13 #include "FrameView.h"
14 #include "Page.h"
15 #include <glib/gi18n-lib.h>
16+#include <locale.h>
17
18 namespace WebCore {
19
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.0.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb
index db8a565511..65757c36a7 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.36.0.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb
@@ -15,10 +15,9 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
15 file://0001-Fix-build-without-opengl-or-es.patch \ 15 file://0001-Fix-build-without-opengl-or-es.patch \
16 file://reproducibility.patch \ 16 file://reproducibility.patch \
17 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ 17 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
18 file://add_missing_include.patch \
19 " 18 "
20 19
21SRC_URI[sha256sum] = "b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d" 20SRC_URI[sha256sum] = "0149ea5fb1d20f2a9981677d45c952a047330001ea24a8dc29035239f12c0c8f"
22 21
23inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc 22inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
24 23