summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-09 13:14:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-12 23:08:59 +0000
commite69b92a6e0997f97e42e43a89fbfdaeb00567189 (patch)
treef2e3ff9e5403b1ab7a11b98733c00af66178924c /meta/recipes-graphics/libsdl2
parent293ae7b98ba957072af3271fe60be1c78d42478a (diff)
downloadpoky-e69b92a6e0997f97e42e43a89fbfdaeb00567189.tar.gz
libsdl2: upgrade 2.26.1 -> 2.26.2
(From OE-Core rev: 22e08be8010f7fca0bbaf39459589b284a2e75c6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl2')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.26.2.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.26.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.1.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.2.bb
index 0b2231bc7a..17fc410f6c 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.1.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.2.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
25 25
26S = "${WORKDIR}/SDL2-${PV}" 26S = "${WORKDIR}/SDL2-${PV}"
27 27
28SRC_URI[sha256sum] = "02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04" 28SRC_URI[sha256sum] = "95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0"
29 29
30inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even 30inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
31 31