diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-24 10:42:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 12:54:23 +0000 |
commit | 10331f42acfa5dc429198b7c025cc2360511e534 (patch) | |
tree | afdbf463b263f2236ebb8157a485e5cccf716ed3 /meta | |
parent | e3bccfba499565ea13f154a11dadcab48ef5e0ab (diff) | |
download | openembedded-core-10331f42acfa5dc429198b7c025cc2360511e534.tar.gz openembedded-core-10331f42acfa5dc429198b7c025cc2360511e534.tar.bz2 openembedded-core-10331f42acfa5dc429198b7c025cc2360511e534.zip |
webkitgtk: update to 2.14.5
Remove a reference to WebKit/LICENSE, as the directory is not there anymore
(and the LICENSE file in it hasn't been moved somewhere else) - it was
a relic of webkit 1.x era.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.14.5.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.14.2.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb index 6338101395..5fb07da26d 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.14.5.bb @@ -4,7 +4,6 @@ BUGTRACKER = "http://bugs.webkit.org/" LICENSE = "BSD & LGPLv2+" LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d84286dda758da57bd691 \ - file://Source/WebKit/LICENSE;md5=4646f90082c40bcf298c285f8bab0b12 \ file://Source/WebCore/LICENSE-APPLE;md5=4646f90082c40bcf298c285f8bab0b12 \ file://Source/WebCore/LICENSE-LGPL-2;md5=36357ffde2b64ae177b2494445b79d21 \ file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \ @@ -23,8 +22,8 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ file://x32_support.patch \ " -SRC_URI[md5sum] = "2fe3cadbc546d93ca68a13756c2be015" -SRC_URI[sha256sum] = "2edbcbd5105046aea55af9671c4de8deedb5b0e3567c618034d440a760675556" +SRC_URI[md5sum] = "7fe3cb2699e64f969b285823c5ae2516" +SRC_URI[sha256sum] = "3ca8f1c33a9b43d6c753dcac1c0788656930e06382b10fdf5c2805ea8f96369f" inherit cmake pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc |