]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libinput: correct upstream version check
authorAlexander Kanavin <alex@linutronix.de>
Wed, 5 Nov 2025 11:57:22 +0000 (12:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Nov 2025 17:33:51 +0000 (17:33 +0000)
It wasn't updated when the recipe was switched to git.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-graphics/wayland/libinput_1.29.1.bb

index 79df97ac06810d0d7266ca4ba1f5462dbc3c13b2..809c291e2335282d74c258bca047420afe9ab354 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;bra
            "
 SRCREV = "dc2c1ad181be88e1487468f7ca6f9d320981f133"
 
-UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 
 inherit meson pkgconfig lib_package ptest