summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-01 09:21:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-02 15:58:25 +0100
commit114c57e1cf9b260c2d4ac81b0f772e0817412a0e (patch)
tree6c0bc6da5e61cd2cd0b74137516651e0474aa9f5 /meta/recipes-graphics/libsdl2
parent43a5a16bb562d8f0dbfac6b8293ebfc5a4b64a73 (diff)
downloadpoky-114c57e1cf9b260c2d4ac81b0f772e0817412a0e.tar.gz
libsdl2: follow upstream version is even rule
As announced here: https://github.com/libsdl-org/SDL/releases/tag/release-2.24.0 (From OE-Core rev: 4960a018cdf5d49fd9a800a82a8acd6e204a12b7) 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.0.22.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.22.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.22.bb
index 8519e7f732..ff3e162c49 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.22.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.22.bb
@@ -30,7 +30,7 @@ S = "${WORKDIR}/SDL2-${PV}"
30 30
31SRC_URI[sha256sum] = "fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e" 31SRC_URI[sha256sum] = "fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e"
32 32
33inherit cmake lib_package binconfig-disabled pkgconfig 33inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
34 34
35BINCONFIG = "${bindir}/sdl2-config" 35BINCONFIG = "${bindir}/sdl2-config"
36 36