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:31:39 +0100 |
commit | 948583fcd328b53289c6735d3e355c8fe2da680e (patch) | |
tree | 2a00cd837aa36cb919e5391e521d18d650e398b8 /meta/recipes-sato/webkit | |
parent | d53b220205259705649cb7741a21cb267519d565 (diff) | |
download | openembedded-core-contrib-948583fcd328b53289c6735d3e355c8fe2da680e.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
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato/webkit')
-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 0193e17a310..57ac35f372e 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 = "\ file://ppc-musl-fix.patch \ file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \ " -SRC_URI[md5sum] = "0331ac714fd1a0587ffea470ef1afb20" -SRC_URI[sha256sum] = "424d3177599abbc1eb1a1ad7928dd280a62006e992f2fada2e059375a9609a77" +SRC_URI[md5sum] = "7a9ea00ec195488db90fdeb2d174ddaf" +SRC_URI[sha256sum] = "6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40" inherit cmake lib_package pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even |