summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:05:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:47 +0000
commit0bc6338e1260eab7d256c2e8b5ccc31336ff144e (patch)
tree0375a9612e26e4f24634d9790f0db7a049013fe2 /meta/recipes-graphics/libsdl2
parentd50b3785e3a6baaec78fa4bef02dbadd954b521f (diff)
downloadpoky-0bc6338e1260eab7d256c2e8b5ccc31336ff144e.tar.gz
libsdl2: upgrade 2.26.0 -> 2.26.1
(From OE-Core rev: 91c35d5311aaed92bc48766da9bdedc9fa5a4044) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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.1.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.26.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.0.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.1.bb
index 3dda082593..0b2231bc7a 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.0.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.1.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] = "8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295" 28SRC_URI[sha256sum] = "02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04"
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