]> code.ossystems Code Review - openembedded-core.git/commitdiff
libwebp: update to 1.0.0
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 4 May 2018 12:32:39 +0000 (15:32 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 May 2018 09:20:26 +0000 (10:20 +0100)
--disable-experimental has been removed upstream.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/webp/libwebp_1.0.0.bb [moved from meta/recipes-multimedia/webp/libwebp_0.6.1.bb with 92% similarity]

similarity index 92%
rename from meta/recipes-multimedia/webp/libwebp_0.6.1.bb
rename to meta/recipes-multimedia/webp/libwebp_1.0.0.bb
index e9d4d78304199fc47cf1ae79e69598291b7f7ac1..1a9679f9dc8f9dca422b8b4df65b9447a3197e69 100644 (file)
@@ -14,13 +14,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \
                     file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7"
 
 SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
-SRC_URI[md5sum] = "b49ce9c3e3e9acae4d91bca44bb85a72"
-SRC_URI[sha256sum] = "06503c782d9f151baa325591c3579c68ed700ffc62d4f5a32feead0ff017d8ab"
+SRC_URI[md5sum] = "967b8f087cb392e6cc94d5e116a120c0"
+SRC_URI[sha256sum] = "84259c4388f18637af3c5a6361536d754a5394492f91be1abc2e981d4983225b"
 
 UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"
 
 EXTRA_OECONF = " \
-    --disable-experimental \
     --disable-wic \
     --enable-libwebpmux \
     --enable-libwebpdemux \