diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-15 07:43:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 22:42:14 +0000 |
commit | 67aadc83dc78c824da49f7199b66899806b6cce9 (patch) | |
tree | f5a55e7b03c4a34736b8fd6e3bc304393e39a5c7 /meta | |
parent | 1ffa051f889f1f8a1d66bb0f1ff47cd01e947f3b (diff) | |
download | poky-67aadc83dc78c824da49f7199b66899806b6cce9.tar.gz |
webkitgtk: Upgrade to 2.26.4 minor release
(From OE-Core rev: eb36ff94af8f8425a09ae4db150146d4e9e75b6b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.26.4.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.26.2.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb index a184d833c4..c7f0d5e983 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | |||
@@ -21,9 +21,8 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
21 | file://0001-Fix-build-with-musl.patch \ | 21 | file://0001-Fix-build-with-musl.patch \ |
22 | file://include_array.patch \ | 22 | file://include_array.patch \ |
23 | " | 23 | " |
24 | 24 | SRC_URI[md5sum] = "60f881729f3b71244b7f6e58790073e0" | |
25 | SRC_URI[md5sum] = "65e06fe73ee166447894aaea95038e3b" | 25 | SRC_URI[sha256sum] = "4386900713dfadf9741177210b32623cab22562a79ffd0d446b66569934b113f" |
26 | SRC_URI[sha256sum] = "6b80f0637a80818559ac8fd50db3b394f41cb61904fb9b3ed65fa51635806512" | ||
27 | 26 | ||
28 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc | 27 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc |
29 | 28 | ||