diff options
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.24.0.bb (renamed from meta/recipes-graphics/wayland/libinput_1.23.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.23.0.bb b/meta/recipes-graphics/wayland/libinput_1.24.0.bb index b83d5fdb43..49a1da2b22 100644 --- a/meta/recipes-graphics/wayland/libinput_1.23.0.bb +++ b/meta/recipes-graphics/wayland/libinput_1.24.0.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "libevdev udev mtdev libcheck" | |||
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=main \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | SRCREV = "0b005eb64b12603e65a620a77c67ec62fd03f413" | 18 | SRCREV = "1680f2fbaa63a91739012c6b57988ab1918ea0b7" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" | 21 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" |