summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.5.bb (renamed from meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.4.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.5.bb
index c73a3c3dc0..bbd1c83535 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.4.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.5.bb
@@ -2,12 +2,12 @@ SUMMARY = "Simple DirectMedia Layer image library v2"
2SECTION = "libs" 2SECTION = "libs"
3 3
4LICENSE = "Zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f6d9e01c97958aa851954ed5acf82ee" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
6 6
7DEPENDS = "tiff zlib libpng jpeg libsdl2 libwebp" 7DEPENDS = "tiff zlib libpng jpeg 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[sha256sum] = "5a89a01420a192b89dbcc5f5267448181d5dcc81d2f5a1688cb1eac6f557da67" 10SRC_URI[sha256sum] = "8bc4c57f41e2c0db7f9b749b253ef6cecdc6f0b689ecbe36ee97b50115fff645"
11 11
12S = "${WORKDIR}/SDL2_image-${PV}" 12S = "${WORKDIR}/SDL2_image-${PV}"
13 13