diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2016-09-07 13:47:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-08 00:32:43 +0100 |
commit | 4594f25fb00a87296e6622d3a95d496166b81776 (patch) | |
tree | 7e23eea604b918521c8337c27fbe32c1c9d1ea4a | |
parent | f203e5bfb8b6ac678d6888e9bec142b916647f61 (diff) | |
download | poky-4594f25fb00a87296e6622d3a95d496166b81776.tar.gz |
webkitgtk: 2.12.4 -> 2.12.5
Fix a regression introduced in 2.12.4 that caused
a hang in the network process after a load failure.
Fix several crashes and rendering issues.
reference: https://webkitgtk.org/2016/09/05/webkitgtk2.12.5-released.html
(From OE-Core rev: 948583fcd328b53289c6735d3e355c8fe2da680e)
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.12.5.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.12.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb index 0193e17a31..57ac35f372 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.12.4.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "\ | |||
20 | file://ppc-musl-fix.patch \ | 20 | file://ppc-musl-fix.patch \ |
21 | file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \ | 21 | file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \ |
22 | " | 22 | " |
23 | SRC_URI[md5sum] = "0331ac714fd1a0587ffea470ef1afb20" | 23 | SRC_URI[md5sum] = "7a9ea00ec195488db90fdeb2d174ddaf" |
24 | SRC_URI[sha256sum] = "424d3177599abbc1eb1a1ad7928dd280a62006e992f2fada2e059375a9609a77" | 24 | SRC_URI[sha256sum] = "6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40" |
25 | 25 | ||
26 | inherit cmake lib_package pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even | 26 | inherit cmake lib_package pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even |
27 | 27 | ||