diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-12-04 10:30:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:20:33 +0000 |
commit | 11aeb11ba66aa801b50ffd24a4744cd085f6370c (patch) | |
tree | 03c6a2a6234339a90b414d733a6d4c4ade6bb969 | |
parent | 2dcbc66e17794a79b9d2117eb866a3b548f177de (diff) | |
download | poky-11aeb11ba66aa801b50ffd24a4744cd085f6370c.tar.gz |
libinput: upgrade 1.16.3 -> 1.16.4
(From OE-Core rev: 4d3ebeef202d9c0544749b64d47e269d939a5124)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.16.4.bb (renamed from meta/recipes-graphics/wayland/libinput_1.16.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.16.3.bb b/meta/recipes-graphics/wayland/libinput_1.16.4.bb index 8929de6ae0..17b73e3827 100644 --- a/meta/recipes-graphics/wayland/libinput_1.16.3.bb +++ b/meta/recipes-graphics/wayland/libinput_1.16.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] = "dc5e1ae51ec1cc635ca96f61118b0f07dfea783cab0747a60f3555068bb077e4" | 19 | SRC_URI[sha256sum] = "65923a06d5a8970e4a999c4668797b9b689614b62b1d44432ab1c87b65e39e29" |
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 | ||