From: Alexander Kanavin Date: Wed, 5 Nov 2025 11:57:22 +0000 (+0100) Subject: libinput: correct upstream version check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aeaf416241dc2e418d2c68f423219e3ef96e7bb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libinput: correct upstream version check It wasn't updated when the recipe was switched to git. Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-graphics/wayland/libinput_1.29.1.bb b/meta/recipes-graphics/wayland/libinput_1.29.1.bb index 79df97ac068..809c291e233 100644 --- a/meta/recipes-graphics/wayland/libinput_1.29.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.29.1.bb @@ -17,7 +17,7 @@ SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;bra " SRCREV = "dc2c1ad181be88e1487468f7ca6f9d320981f133" -UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)" +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+\.(?!9\d+)\d+)" inherit meson pkgconfig lib_package ptest