diff mbox series

[meta-oe,040/109] libsdl3-image: upgrade 3.4.2 -> 3.4.4

Message ID 20260814224539.1523174-40-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:44 p.m. UTC
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../libsdl3/{libsdl3-image_3.4.2.bb => libsdl3-image_3.4.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/libsdl3/{libsdl3-image_3.4.2.bb => libsdl3-image_3.4.4.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.4.bb
similarity index 90%
rename from meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb
rename to meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.4.bb
index 0f7ce92efd..3953c6314f 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.4.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7"
 DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl"
 
 SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x;tag=release-${PV}"
-SRCREV = "96a73a551a857b7c8d0ca3cc553a266eabbab6a7"
+SRCREV = "bec9134a26c7d0f31b36d6083c25296e04cabff5"
 
 EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON"