From: Liu Yiding Date: Tue, 17 Mar 2026 09:53:04 +0000 (+0800) Subject: libinput: upgrade 1.30.1-> 1.30.2 X-Git-Tag: yocto-6.0_M3~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1b7becac31dd3ea485385e41f99a23d7797869;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libinput: upgrade 1.30.1-> 1.30.2 1. Changelog https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.30.2 Signed-off-by: Liu Yiding Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/libinput_1.30.1.bb b/meta/recipes-graphics/wayland/libinput_1.30.2.bb similarity index 97% rename from meta/recipes-graphics/wayland/libinput_1.30.1.bb rename to meta/recipes-graphics/wayland/libinput_1.30.2.bb index 8d80e1ac62..5d9bfafaaa 100644 --- a/meta/recipes-graphics/wayland/libinput_1.30.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.30.2.bb @@ -15,7 +15,7 @@ DEPENDS = "libevdev udev" SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.30-branch;tag=${PV} \ file://run-ptest \ " -SRCREV = "baf1ceca88b3a668dd263f50bfaddfd205306028" +SRCREV = "042c5e6fd9cc910307027a1522453794b29f2c72" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+\.(?!9\d+)\d+)"