summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-02-24 22:29:37 -0800
committerKhem Raj <raj.khem@gmail.com>2026-02-24 22:30:26 -0800
commit6ba45c1f94e1c2015df940ec9efcd4568346df56 (patch)
tree8941bc6d4b781d8cbbb2aef73b5a909121ec83fb
parent7bc93734b8582367da9ed1455ce8add152b69d6d (diff)
downloadmeta-openembedded-6ba45c1f94e1c2015df940ec9efcd4568346df56.tar.gz
Revert "libsdl3-image: update 3.2.6 -> 3.4.0"
This reverts commit 0d686b2c5bbe92f4acadb2547b6fc81bf21979de.
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb15
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb16
2 files changed, 15 insertions, 16 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb
new file mode 100644
index 0000000000..7c2f4026f2
--- /dev/null
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Simple DirectMedia Layer image library v2"
2SECTION = "libs"
3
4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
6
7DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp"
8
9SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x"
10SRCREV = "d78dd65454f442bfdbc373201165f1ef579484ab"
11
12
13inherit cmake pkgconfig
14
15FILES:${PN} += "${datadir}/licenses"
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb
deleted file mode 100644
index 5d6c1cf21b..0000000000
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Simple DirectMedia Layer image library v2"
2SECTION = "libs"
3
4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7"
6
7DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl libavif"
8
9SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x"
10SRCREV = "ad58ecfc27a1bd09e510ceff8bbbdb1094806476"
11
12EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON"
13
14inherit cmake pkgconfig
15
16FILES:${PN} += "${datadir}/licenses"