From 57777b3df5cd3a55b8319157e2e89329b2fb31f0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 1 Feb 2024 11:29:03 +0800 Subject: [PATCH] libinput: upgrade 1.24.0 -> 1.25.0 (From OE-Core rev: 3945353d3288829bbe7626f8a079fd60264061af) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../wayland/{libinput_1.24.0.bb => libinput_1.25.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{libinput_1.24.0.bb => libinput_1.25.0.bb} (97%) 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 26ab1adaea..517b247fed 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+)"