aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-08-16 20:27:48 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commit5577f91f09d54f1ad06b74521c3a2334b75770d0 (patch)
treed9787f654718939db7ffdb7b2093e2b59214dcbc
parent23561de348d225aba3d01bb1b7355bbd43b309ba (diff)
downloadmeta-openembedded-contrib-5577f91f09d54f1ad06b74521c3a2334b75770d0.tar.gz
libsdl2-image: upgrade 2.0.1 -> 2.0.3
Licensse checksum was changed by update of copyright year Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.3.bb (renamed from meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.1.bb)6
1 files changed, 3 insertions, 3 deletions
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
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}"