diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-27 11:07:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-28 14:16:31 +0100 |
commit | 054b9ad64b6599b9f346dbde6df654ac8f6f5918 (patch) | |
tree | c3bb7281f8f2f347e923c425c8bbd13027b91a92 | |
parent | 7eee50cd01d0bdc07b685da2be3db7fdb086f24b (diff) | |
download | poky-054b9ad64b6599b9f346dbde6df654ac8f6f5918.tar.gz |
libinput: upgrade 1.19.1 -> 1.19.2
(From OE-Core rev: 39a19417d2bd755ce0fcc6d34be265759030ee49)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.19.2.bb (renamed from meta/recipes-graphics/wayland/libinput_1.19.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.19.1.bb b/meta/recipes-graphics/wayland/libinput_1.19.2.bb index adf63933f5..590dee42e5 100644 --- a/meta/recipes-graphics/wayland/libinput_1.19.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.19.2.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] = "0bdcf5b1783b737854b7af1ca22df67bc36a6fe7c9cfa71f01e9149f9220446d" | 19 | SRC_URI[sha256sum] = "0fc39f0af3ee1a77c60c34bc45391a4d0879169f7c0f7bbbeb5eef590b98b883" |
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 | ||