summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorKacper Dalach <kdalach@elektrometal.com.pl>2024-05-27 15:05:58 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-28 09:34:02 -0700
commit2a18bc7d98bd2d9f85ab0604bcc1aeac88f48682 (patch)
tree66f8ec6e3115c510bd35b6e89987ee68bf6431d0 /meta-oe/recipes-graphics
parent1a3d194eb3552eb948ca61dffcb9dbe2710f516b (diff)
downloadmeta-openembedded-2a18bc7d98bd2d9f85ab0604bcc1aeac88f48682.tar.gz
libsdl2-image: upgrade to 2.8.2
License-Update: Updated copyright for 2024 Upgraded libsdl2-image to version 2.8.2 Signed-off-by: Kacper Dalach <dalachowsky@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb (renamed from meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.5.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.5.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb
index 57f0f9979..267311853 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.5.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.2.bb
@@ -2,13 +2,12 @@ SUMMARY = "Simple DirectMedia Layer image library v2"
2SECTION = "libs" 2SECTION = "libs"
3 3
4LICENSE = "Zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=822edb694b20ff16ceef85b27f61c11f" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f6d9e01c97958aa851954ed5acf82ee"
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[md5sum] = "f26f3a153360a8f09ed5220ef7b07aea" 10SRC_URI[sha256sum] = "8f486bbfbcf8464dd58c9e5d93394ab0255ce68b51c5a966a918244820a76ddc"
11SRC_URI[sha256sum] = "bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0"
12 11
13S = "${WORKDIR}/SDL2_image-${PV}" 12S = "${WORKDIR}/SDL2_image-${PV}"
14 13