1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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>
This commit is contained in:
Alexander Kanavin
2022-09-01 09:21:23 +02:00
committed by Richard Purdie
parent 43a5a16bb5
commit 114c57e1cf
@@ -30,7 +30,7 @@ S = "${WORKDIR}/SDL2-${PV}"
SRC_URI[sha256sum] = "fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e"
inherit cmake lib_package binconfig-disabled pkgconfig
inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
BINCONFIG = "${bindir}/sdl2-config"