summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb2
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.10.bb2
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb
index 696752d29d..8ef20521a9 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
4LICENSE = "Zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
6 6
7DEPENDS = "tiff zlib libpng jpeg virtual/libsdl3 libwebp" 7DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp"
8 8
9SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" 9SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x"
10SRCREV = "11154afb7855293159588b245b446a4ef09e574f" 10SRCREV = "11154afb7855293159588b245b446a4ef09e574f"
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.10.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.10.bb
index 25ef8ae70d..b8844ca10d 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.10.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.10.bb
@@ -15,8 +15,6 @@ LIC_FILES_CHKSUM = "\
15 file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \ 15 file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \
16" 16"
17 17
18PROVIDES = "virtual/libsdl3"
19
20SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" 18SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz"
21 19
22S = "${WORKDIR}/SDL3-${PV}" 20S = "${WORKDIR}/SDL3-${PV}"