diff mbox series

[033/114] libinput: upgrade 1.29.2 -> 1.30.1

Message ID 20251222200739.2278706-33-alex.kanavin@gmail.com
State New
Headers show
Series [001/114] build-appliance-image: do not inherit setuptools | expand

Commit Message

Alexander Kanavin Dec. 22, 2025, 8:06 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../wayland/{libinput_1.29.2.bb => libinput_1.30.1.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.29.2.bb => libinput_1.30.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/libinput_1.29.2.bb b/meta/recipes-graphics/wayland/libinput_1.30.1.bb
similarity index 94%
rename from meta/recipes-graphics/wayland/libinput_1.29.2.bb
rename to meta/recipes-graphics/wayland/libinput_1.30.1.bb
index f771085388..8309d33304 100644
--- a/meta/recipes-graphics/wayland/libinput_1.29.2.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.30.1.bb
@@ -12,10 +12,10 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a"
 
 DEPENDS = "libevdev udev mtdev"
 
-SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.29-branch;tag=${PV} \
+SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.30-branch;tag=${PV} \
            file://run-ptest \
            "
-SRCREV = "917783150a5bab7d55eedc5714f1b49b192426ac"
+SRCREV = "baf1ceca88b3a668dd263f50bfaddfd205306028"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"