diff mbox series

[3/3] libsdl2: only include 2.x releases in version check

Message ID 20250318164555.1527383-3-alex.kanavin@gmail.com
State New
Headers show
Series [1/3] meta/lib/oe/recipeutils.py: handle fetcher errors when checking for new commits | expand

Commit Message

Alexander Kanavin March 18, 2025, 4:45 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

libsdl3 has its own recipe in meta-oe, which will
probably migrate to core in due time.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
index d075b335f5d..8226774a9eb 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
@@ -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"