diff mbox series

libinput: Upgrade 1.31.3 -> 1.32.0

Message ID 20260923125933.37607-1-jaipaul.cheernam@est.tech
State New
Headers show
Series libinput: Upgrade 1.31.3 -> 1.32.0 | expand

Commit Message

Jaipaul Cheernam Sept. 23, 2026, 12:59 p.m. UTC
Release Notes: https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.32.0

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../wayland/{libinput_1.31.3.bb => libinput_1.32.0.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.31.3.bb => libinput_1.32.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/libinput_1.31.3.bb b/meta/recipes-graphics/wayland/libinput_1.32.0.bb
similarity index 95%
rename from meta/recipes-graphics/wayland/libinput_1.31.3.bb
rename to meta/recipes-graphics/wayland/libinput_1.32.0.bb
index 11341af63f7..daac1e5a20f 100644
--- a/meta/recipes-graphics/wayland/libinput_1.31.3.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.32.0.bb
@@ -12,10 +12,10 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a"
 
 DEPENDS = "libevdev udev"
 
-SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.31-branch;tag=${PV} \
+SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main;tag=${PV} \
            file://run-ptest \
            "
-SRCREV = "26191d396d74d505541d6311f0b4ae68d791b890"
+SRCREV = "5cf833b572f5a33663888da321dce0ba1abd82a2"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"