diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-13 17:33:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-14 09:19:37 +0100 |
commit | 5ff3078fa3324c69f5ce1548ecfdc60367d6d90b (patch) | |
tree | db8cb23a3d143f620a60285778ef0efa93e35e50 /meta | |
parent | bfaf2c5a00282e729e9a51399829c8c198f04f4b (diff) | |
download | poky-5ff3078fa3324c69f5ce1548ecfdc60367d6d90b.tar.gz |
libinput: upgrade 1.23.0 -> 1.24.0
(From OE-Core rev: 381310720bab16f0898396f32f1810305144dae7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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+)" |