From 6ee4b8dd33e5d0727a7f8af35018ba50fe740a4b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 18 Mar 2025 17:45:55 +0100 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb index d075b335f5..8226774a9e 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\d+\.(\d*[02468])+(\.\d+)+)\.tar" BINCONFIG = "${bindir}/sdl2-config"