summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:25:57 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:08 -0800
commit9c04ed658bcded545d70491d712ab751acb440b2 (patch)
tree678fdd871626ca8d621b6c53b1144742632f282f
parenta496dc10a98b7c46cee4ce7114c4e0ea17c54927 (diff)
downloadmeta-openembedded-9c04ed658bcded545d70491d712ab751acb440b2.tar.gz
libsdl2-image: upgrade 2.8.2 -> 2.8.3
Changelog: Fixed handling of grayscale images with alpha Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.3.bb (renamed from meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.3.bb
index 267311853a..33a42d9728 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.3.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f6d9e01c97958aa851954ed5acf82ee"
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] = "8f486bbfbcf8464dd58c9e5d93394ab0255ce68b51c5a966a918244820a76ddc" 10SRC_URI[sha256sum] = "4b000f2c238ce380807ee0cb68a0ef005871691ece8646dbf4f425a582b1bb22"
11 11
12S = "${WORKDIR}/SDL2_image-${PV}" 12S = "${WORKDIR}/SDL2_image-${PV}"
13 13