From: Wang Mingyu Date: Thu, 1 Feb 2024 03:29:03 +0000 (+0800) Subject: libinput: upgrade 1.24.0 -> 1.25.0 X-Git-Tag: uninative-4.4~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3945353d3288829bbe7626f8a079fd60264061af;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libinput: upgrade 1.24.0 -> 1.25.0 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/libinput_1.24.0.bb b/meta/recipes-graphics/wayland/libinput_1.25.0.bb similarity index 97% rename from meta/recipes-graphics/wayland/libinput_1.24.0.bb rename to meta/recipes-graphics/wayland/libinput_1.25.0.bb index 26ab1adaea0..517b247fedc 100644 --- a/meta/recipes-graphics/wayland/libinput_1.24.0.bb +++ b/meta/recipes-graphics/wayland/libinput_1.25.0.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 = "1680f2fbaa63a91739012c6b57988ab1918ea0b7" +SRCREV = "3fd38d89276b679ac3565efd7c2150fd047902cb" S = "${WORKDIR}/git" UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)"