summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-12 18:51:34 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:27 -0700
commit414e79166c2b704b0a925039f353f9d72431357b (patch)
tree6f0edc6603c6ac1043a186009c79e01150921586 /meta-oe/recipes-graphics
parent9ff86991afef6b7a95f15b6220176d5ef4f25829 (diff)
downloadmeta-openembedded-414e79166c2b704b0a925039f353f9d72431357b.tar.gz
libsdl3: upgrade 3.4.0 -> 3.4.2
License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.2.bb (renamed from meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.0.bb)13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.0.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.2.bb
index 5eb21c5cc7..d6501f855c 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.0.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.2.bb
@@ -8,18 +8,17 @@ BUGTRACKER = "http://bugzilla.libsdl.org/"
8SECTION = "libs" 8SECTION = "libs"
9 9
10LICENSE = "Zlib & BSD-2-Clause" 10LICENSE = "Zlib & BSD-2-Clause"
11LIC_FILES_CHKSUM = "\ 11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=036a54229112040a743509a86b30c80c \
12 file://LICENSE.txt;md5=cbf0e3161523f9a9315b6b915c5c4457 \ 12 file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \
13 file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \ 13 file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \
14 file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \ 14 file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \
15 file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \ 15 "
16"
17 16
18SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" 17SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz"
19 18
20S = "${UNPACKDIR}/SDL3-${PV}" 19S = "${UNPACKDIR}/SDL3-${PV}"
21 20
22SRC_URI[sha256sum] = "082cbf5f429e0d80820f68dc2b507a94d4cc1b4e70817b119bbb8ec6a69584b8" 21SRC_URI[sha256sum] = "ef39a2e3f9a8a78296c40da701967dd1b0d0d6e267e483863ce70f8a03b4050c"
23 22
24inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even 23inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
25 24