From 5577f91f09d54f1ad06b74521c3a2334b75770d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 16 Aug 2018 20:27:48 +0200 Subject: [PATCH] libsdl2-image: upgrade 2.0.1 -> 2.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Licensse checksum was changed by update of copyright year Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{libsdl2-image_2.0.1.bb => libsdl2-image_2.0.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/libsdl/{libsdl2-image_2.0.1.bb => libsdl2-image_2.0.3.bb} (80%) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.1.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.3.bb similarity index 80% rename from meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.1.bb rename to meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.3.bb index 1f9c794c73..6deb352e65 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.1.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.3.bb @@ -2,13 +2,13 @@ SUMMARY = "Simple DirectMedia Layer image library v2" SECTION = "libs" LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ec65b9778f5584a0bd8dfc17d6340ba0" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a855a9eb5507fc556e672080c4b428ca" DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" -SRC_URI[md5sum] = "d94b94555ba022fa249a53a021dc3606" -SRC_URI[sha256sum] = "3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64" +SRC_URI[md5sum] = "c6baf6dfa80fa8a66853661a36a6034e" +SRC_URI[sha256sum] = "3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368" S = "${WORKDIR}/SDL2_image-${PV}"