| Message ID | 20250318164555.1527383-3-alex.kanavin@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | 6f6d57842f3c0dddd9c563305a693cacee9e72f8 |
| Headers | show |
| Series | [1/3] meta/lib/oe/recipeutils.py: handle fetcher errors when checking for new commits | expand |
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"