diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:05:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:37 +0100 |
commit | e149bbc2ea6252ee65e19bd1e84ef4304e2c1619 (patch) | |
tree | 05d72a55cdeb6025d85b2bb53f2339d98deb2335 /meta/recipes-graphics | |
parent | bc06add124db04a947c2c5d8e592f71d2f690586 (diff) | |
download | poky-e149bbc2ea6252ee65e19bd1e84ef4304e2c1619.tar.gz |
libinput: upgrade 1.19.3 -> 1.19.4
(From OE-Core rev: d32d51753aadf6c2747c79927dad0c9a044ad5df)
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.19.4.bb (renamed from meta/recipes-graphics/wayland/libinput_1.19.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.19.3.bb b/meta/recipes-graphics/wayland/libinput_1.19.4.bb index a7f13240d5..a7d0c4be69 100644 --- a/meta/recipes-graphics/wayland/libinput_1.19.3.bb +++ b/meta/recipes-graphics/wayland/libinput_1.19.4.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | file://determinism.patch \ | 17 | file://determinism.patch \ |
18 | " | 18 | " |
19 | SRC_URI[sha256sum] = "3cae78ccde19d7d0f387e58bc734d4d17ab5f6426f54a9e8b728c90b17baa068" | 19 | SRC_URI[sha256sum] = "ff33a570b5a936c81e6c08389a8581c2665311d026ce3d225c88d09c49f9b440" |
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+)" |
22 | 22 | ||