summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-11 16:54:42 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-11 17:17:20 -0700
commit35d27afd2c65ba0c85899922826e541f7202b9d0 (patch)
tree1aca685234f69103486849aaac2e824feead91de
parentfb04cb54c420dab296baa1f78ee5242014da022e (diff)
downloadmeta-openembedded-35d27afd2c65ba0c85899922826e541f7202b9d0.tar.gz
libsdl2-image: upgrade 2.8.5 -> 2.8.8
Changelog: ============== * Fixed alpha in less than 32-bit ICO and CUR images * Fixed partial alpha in ICO and CUR images 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.8.bb (renamed from meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.5.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb
index bbd1c83535..bcd8e35b27 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.5.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
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] = "8bc4c57f41e2c0db7f9b749b253ef6cecdc6f0b689ecbe36ee97b50115fff645" 10SRC_URI[sha256sum] = "2213b56fdaff2220d0e38c8e420cbe1a83c87374190cba8c70af2156097ce30a"
11 11
12S = "${WORKDIR}/SDL2_image-${PV}" 12S = "${WORKDIR}/SDL2_image-${PV}"
13 13