From: Mingli Yu <[email protected]> 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 <[email protected]> --- meta/recipes-sato/webkit/{webkitgtk_2.12.4.bb => webkitgtk_2.12.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.12.4.bb => webkitgtk_2.12.5.bb} (97%) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb similarity index 97% rename from meta/recipes-sato/webkit/webkitgtk_2.12.4.bb rename to meta/recipes-sato/webkit/webkitgtk_2.12.5.bb index 0193e17..57ac35f 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 -- 2.8.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
