summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-01 11:29:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-03 22:08:25 +0000
commit57777b3df5cd3a55b8319157e2e89329b2fb31f0 (patch)
tree16674106559489e1e970c6d3235f2654fa2dcd8f
parent64fe2cc801b360aa5801211cf5dad026c5fce999 (diff)
downloadpoky-57777b3df5cd3a55b8319157e2e89329b2fb31f0.tar.gz
libinput: upgrade 1.24.0 -> 1.25.0
(From OE-Core rev: 3945353d3288829bbe7626f8a079fd60264061af) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.25.0.bb (renamed from meta/recipes-graphics/wayland/libinput_1.24.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.24.0.bb b/meta/recipes-graphics/wayland/libinput_1.25.0.bb
index 26ab1adaea..517b247fed 100644
--- a/meta/recipes-graphics/wayland/libinput_1.24.0.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.25.0.bb
@@ -15,7 +15,7 @@ DEPENDS = "libevdev udev mtdev"
15SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ 15SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \
16 file://run-ptest \ 16 file://run-ptest \
17 " 17 "
18SRCREV = "1680f2fbaa63a91739012c6b57988ab1918ea0b7" 18SRCREV = "3fd38d89276b679ac3565efd7c2150fd047902cb"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" 21UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"