diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-09-21 21:31:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-11 18:41:38 +0100 |
commit | e736be6303db40fa384c21f68b1b67a56c84ba5c (patch) | |
tree | 1d9ec36e39f534c6eabe7d44ea2b030011a1a615 /meta | |
parent | 97c6c742e2f15f8c9e65c1b028ac6e88515413e5 (diff) | |
download | poky-e736be6303db40fa384c21f68b1b67a56c84ba5c.tar.gz |
libinput: update to 1.19.0
(From OE-Core rev: 2e2d5fe3883e39b99860523133c56d8f37190ff6)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.19.0.bb (renamed from meta/recipes-graphics/wayland/libinput_1.18.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.18.1.bb b/meta/recipes-graphics/wayland/libinput_1.19.0.bb index 4e9be5e37f..341c0cc065 100644 --- a/meta/recipes-graphics/wayland/libinput_1.18.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.19.0.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] = "9ca14021fbc2523bc0610582c51f368321592040b6ca63becc2fa1ea11f1a7cb" | 19 | SRC_URI[sha256sum] = "3d3a2f12b4a65cd82684121ae4b33cdc3ad541c761a55e8eb73a8e5e443cccbb" |
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 | ||