diff options
-rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.10.bb | 2 |
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" | |||
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" |
6 | 6 | ||
7 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl3 libwebp" | 7 | DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" | 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" |
10 | SRCREV = "11154afb7855293159588b245b446a4ef09e574f" | 10 | SRCREV = "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 | ||
18 | PROVIDES = "virtual/libsdl3" | ||
19 | |||
20 | SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" | 18 | SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" |
21 | 19 | ||
22 | S = "${WORKDIR}/SDL3-${PV}" | 20 | S = "${WORKDIR}/SDL3-${PV}" |