From: Richard Purdie Date: Sat, 1 Feb 2025 12:20:03 +0000 (+0000) Subject: libinput: upgrade 1.27.0 -> 1.27.1 X-Git-Tag: yocto-5.2~619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d41b06f49d10422a056330d15b55eaabd708caef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libinput: upgrade 1.27.0 -> 1.27.1 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/libinput_1.27.0.bb b/meta/recipes-graphics/wayland/libinput_1.27.1.bb similarity index 97% rename from meta/recipes-graphics/wayland/libinput_1.27.0.bb rename to meta/recipes-graphics/wayland/libinput_1.27.1.bb index 74705fa35fb..04a03f08074 100644 --- a/meta/recipes-graphics/wayland/libinput_1.27.0.bb +++ b/meta/recipes-graphics/wayland/libinput_1.27.1.bb @@ -15,7 +15,7 @@ DEPENDS = "libevdev udev mtdev" SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ file://run-ptest \ " -SRCREV = "64d1f198fb2764dfb852a19becaf6f7f097fce2c" +SRCREV = "3aa004b96488bf0b2446c11b97a7f8a75ff37c23" S = "${WORKDIR}/git" UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)"