mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libsdl2: only include 2.x releases in version check
libsdl3 has its own recipe in meta-oe, which will probably migrate to core in due time. (From OE-Core rev: 6f6d57842f3c0dddd9c563305a693cacee9e72f8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05d23378c2
commit
6ee4b8dd33
@@ -29,6 +29,7 @@ S = "${WORKDIR}/SDL2-${PV}"
|
||||
SRC_URI[sha256sum] = "c5f30c427fd8107ee4a400c84d4447dd211352512eaf0b6e89cc6a50a2821922"
|
||||
|
||||
inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
|
||||
UPSTREAM_CHECK_REGEX = "SDL2-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar"
|
||||
|
||||
BINCONFIG = "${bindir}/sdl2-config"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user