summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-08-07 05:10:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-08 09:17:48 +0100
commitdf8b8c553e901db9efc9238fffc0b4771579c940 (patch)
tree4078a5dad5ba5cf826cc2b2b627675ff3b92dcc2
parentf87f1a7eec58dfa81c3256f00609682aef7f0204 (diff)
downloadpoky-df8b8c553e901db9efc9238fffc0b4771579c940.tar.gz
libinput: Upgrade 1.15.6 -> 1.16.0
(From OE-Core rev: c862f628a5be1d8a95ad2e82672553ef0c1eda49) 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.0.bb (renamed from meta/recipes-graphics/wayland/libinput_1.15.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.15.6.bb b/meta/recipes-graphics/wayland/libinput_1.16.0.bb
index f81cf7f031..baf5c1d167 100644
--- a/meta/recipes-graphics/wayland/libinput_1.15.6.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.16.0.bb
@@ -16,8 +16,8 @@ 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 "
19SRC_URI[md5sum] = "b2388a1d6f0dcc944b49bc7239a53be8" 19SRC_URI[md5sum] = "b518dae7f603040872739216971ee97b"
20SRC_URI[sha256sum] = "aeedea216a6317ddc6e27c3d54f26b987078780db6a8320cc09e19c25b307f1c" 20SRC_URI[sha256sum] = "83f6d0c94e5e0dd87094ce73f0edb631919617d24a60ee0ab9bd9197411d76e8"
21 21
22UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" 22UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
23 23