diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-11-07 01:11:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-10 14:06:10 +0000 |
commit | 5d25e7123e72f31d8baf487e48a78f26cc52f222 (patch) | |
tree | bbd3c11136f009aa7db4ef5f5076c50206e88150 | |
parent | 4dab6ebbdf5da361c7e1c5ec0b62a5e32f7c6e83 (diff) | |
download | poky-5d25e7123e72f31d8baf487e48a78f26cc52f222.tar.gz |
webkitgtk: upgrade 2.26.1 -> 2.26.2
>From announcement:
What's new in the WebKitGTK 2.26.2 release?
===========================================
- Improve performance of querying system fallback fonts.
- Don't use prgname in dbus-proxy socket path.
- Fix thread-safety issues in image decoders.
- Fix the build with WebDriver disabled.
- Disable accelerated compositing when we fail to initialize the EGL dispaly under Wayland.
- Fill the objects category in emoji picker.
- Fix several crashes and rendering issues.
(From OE-Core rev: 854a9aa2212cc24620c9ad3d24acc52f686b5c1a)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.26.2.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.26.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb index 77e51e7d29..c3560e811b 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.26.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
21 | file://include_array.patch \ | 21 | file://include_array.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[md5sum] = "08145bd6c1587230f135921c142bc150" | 24 | SRC_URI[md5sum] = "65e06fe73ee166447894aaea95038e3b" |
25 | SRC_URI[sha256sum] = "6b4b21801d2b1008422a1075dbd6fb4ae8b5127503faf657cf9671289d9cd155" | 25 | SRC_URI[sha256sum] = "6b80f0637a80818559ac8fd50db3b394f41cb61904fb9b3ed65fa51635806512" |
26 | 26 | ||
27 | inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc | 27 | inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc |
28 | 28 | ||