From: Alexander Kanavin Date: Tue, 18 Mar 2025 16:45:55 +0000 (+0100) Subject: libsdl2: only include 2.x releases in version check X-Git-Tag: yocto-5.2~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f6d57842f3c0dddd9c563305a693cacee9e72f8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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\d+\.(\d*[02468])+(\.\d+)+)\.tar" BINCONFIG = "${bindir}/sdl2-config"