diff mbox series

[46/52] libinput: upgrade 1.22.0 -> 1.22.1

Message ID 20230208072143.2930292-46-alex@linutronix.de
State Accepted, archived
Commit e60282399da3441aabf367a900d98722d37b310d
Headers show
Series [01/52] ifupdown: update 0.8.43 -> 0.8.41 | expand

Commit Message

Alexander Kanavin Feb. 8, 2023, 7:21 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../wayland/{libinput_1.22.0.bb => libinput_1.22.1.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.22.0.bb => libinput_1.22.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/libinput_1.22.0.bb b/meta/recipes-graphics/wayland/libinput_1.22.1.bb
similarity index 95%
rename from meta/recipes-graphics/wayland/libinput_1.22.0.bb
rename to meta/recipes-graphics/wayland/libinput_1.22.1.bb
index 5a5fc9f35d..f86885d3e3 100644
--- a/meta/recipes-graphics/wayland/libinput_1.22.0.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.22.1.bb
@@ -12,11 +12,11 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a"
 
 DEPENDS = "libevdev udev mtdev libcheck"
 
-SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \
+SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.22-branch \
            file://run-ptest \
            file://determinism.patch \
            "
-SRCREV = "fc59e574e050c502c9a3adefacf97babf3d09c7a"
+SRCREV = "d9f45fd1261da85b4eb44f8aa82e1500b99f303b"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"