summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
2SECTION = "libs" 2SECTION = "libs"
3 3
4LICENSE = "Zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ec65b9778f5584a0bd8dfc17d6340ba0" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a855a9eb5507fc556e672080c4b428ca"
6 6
7DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" 7DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp"
8 8
9SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" 9SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz"
10SRC_URI[md5sum] = "d94b94555ba022fa249a53a021dc3606" 10SRC_URI[md5sum] = "c6baf6dfa80fa8a66853661a36a6034e"
11SRC_URI[sha256sum] = "3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64" 11SRC_URI[sha256sum] = "3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368"
12 12
13S = "${WORKDIR}/SDL2_image-${PV}" 13S = "${WORKDIR}/SDL2_image-${PV}"
14 14