diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | 47a81926178ac3fbfa7988e65be6ea5ad393e3de (patch) | |
tree | b90872bf1b273861b7e5fa0e090ea06fd09c63d1 | |
parent | fe7fcc983a3389342c20e4d968484b1357fde23d (diff) | |
download | poky-47a81926178ac3fbfa7988e65be6ea5ad393e3de.tar.gz |
libinput: upgrade 1.22.0 -> 1.22.1
(From OE-Core rev: e60282399da3441aabf367a900d98722d37b310d)
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>
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.22.1.bb (renamed from meta/recipes-graphics/wayland/libinput_1.22.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.22.0.bb b/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" | |||
12 | 12 | ||
13 | DEPENDS = "libevdev udev mtdev libcheck" | 13 | DEPENDS = "libevdev udev mtdev libcheck" |
14 | 14 | ||
15 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ | 15 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=1.22-branch \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | file://determinism.patch \ | 17 | file://determinism.patch \ |
18 | " | 18 | " |
19 | SRCREV = "fc59e574e050c502c9a3adefacf97babf3d09c7a" | 19 | SRCREV = "d9f45fd1261da85b4eb44f8aa82e1500b99f303b" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" | 22 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" |