diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-22 16:51:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:09 +0000 |
commit | 1f17010446a91f45b728aa3569e6f7671d1ca4b8 (patch) | |
tree | adb2233ba7b49eb2ba6e96caf6c8106e45e319b4 /meta/recipes-multimedia | |
parent | a4b618930ac398c054edcc89c14bde3211ba7cb5 (diff) | |
download | poky-1f17010446a91f45b728aa3569e6f7671d1ca4b8.tar.gz |
libwebp: update to 0.6.0
(From OE-Core rev: 6276f70d6925d8e72078e1974e77dc6433aab2dc)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/webp/libwebp_0.6.0.bb (renamed from meta/recipes-multimedia/webp/libwebp_0.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/webp/libwebp_0.5.1.bb b/meta/recipes-multimedia/webp/libwebp_0.6.0.bb index b882db75b6..bc565e9019 100644 --- a/meta/recipes-multimedia/webp/libwebp_0.5.1.bb +++ b/meta/recipes-multimedia/webp/libwebp_0.6.0.bb | |||
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \ | |||
14 | file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7" | 14 | file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7" |
15 | 15 | ||
16 | SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz" | 16 | SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz" |
17 | SRC_URI[md5sum] = "3d7db92ebba5b4f679413d25c6040881" | 17 | SRC_URI[md5sum] = "19a6e926ab1721268df03161b84bb4a0" |
18 | SRC_URI[sha256sum] = "6ad66c6fcd60a023de20b6856b03da8c7d347269d76b1fd9c3287e8b5e8813df" | 18 | SRC_URI[sha256sum] = "c928119229d4f8f35e20113ffb61f281eda267634a8dc2285af4b0ee27cf2b40" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html" | 20 | UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html" |
21 | 21 | ||