From 7aeaf416241dc2e418d2c68f423219e3ef96e7bb Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 5 Nov 2025 12:57:22 +0100 Subject: [PATCH] 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 --- meta/recipes-graphics/wayland/libinput_1.29.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3