]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libinput: upgrade 1.22.0 -> 1.22.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 8 Feb 2023 07:21:37 +0000 (08:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Feb 2023 09:50:42 +0000 (09:50 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/libinput_1.22.1.bb [moved from meta/recipes-graphics/wayland/libinput_1.22.0.bb with 95% similarity]

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 5a5fc9f35d23bdc006ad6446c5d50fd510c751bd..f86885d3e3c3d7b78eb08d10929bb6efabfb1912 100644 (file)
@@ -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+)"