diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-04-02 03:44:27 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-03 14:50:13 +0100 |
commit | 8491b09e4ecabca8babe79e4140313d2cbca7020 (patch) | |
tree | 003e92bd8466287425c92b317f2f871802ede6da /meta/recipes-sato/webkit | |
parent | be07743960fb4a0ddf1c79c1c63d5787b1fda08e (diff) | |
download | poky-8491b09e4ecabca8babe79e4140313d2cbca7020.tar.gz |
webkitgtk: 2.22.6 -> 2.22.7
webkitgtk 2.22.7 is a bug fix release in the stable 2.22 series.
* Fix rendering of glyphs in Hebrew (and possibly other languages) when
Unicode NFC normalization is used.
* Fix several crashes and race conditions.
See https://www.webkitgtk.org/2019/03/01/webkitgtk2.22.7-released.html
(From OE-Core rev: 0ee8d4d58b2d755615ae4f7c3783b72d5aabaa63)
Signed-off-by: Kai Kang <kai.kang@windriver.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_2.22.7.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.22.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.22.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.22.7.bb index 35c70e0d02..301bf10cea 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.22.6.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.22.7.bb | |||
@@ -23,8 +23,8 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
23 | file://bad_optional_access.patch \ | 23 | file://bad_optional_access.patch \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[md5sum] = "7c21a30f7f078f0b712caf0c7ee966a4" | 26 | SRC_URI[md5sum] = "47386c10a9c3975f933c85404f35ff3b" |
27 | SRC_URI[sha256sum] = "df90db9c0db0a2072b945fa3e1d45865922bd686c4659cce6cb5897ce357c85b" | 27 | SRC_URI[sha256sum] = "4be6f7d605cd0a690fd26e8aa83b089a33ad9d419148eafcfb60580dd2af30ff" |
28 | 28 | ||
29 | inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc | 29 | inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc |
30 | 30 | ||