diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-16 22:38:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-17 21:53:13 +0000 |
commit | 0bfd261977643b20e78899777c3717e9dd8aeb84 (patch) | |
tree | aae233eb4a1820d54aa5fd8ce53cda6f7ea01f59 /meta/recipes-graphics | |
parent | 68ba1c66568e7cbbeb8f3b4a33c1c04cc695c9ca (diff) | |
download | poky-0bfd261977643b20e78899777c3717e9dd8aeb84.tar.gz |
libinput: upgrade 1.16.2 -> 1.16.3
(From OE-Core rev: e710f7cf11d494c057f7065f9fc271b7e4e85d62)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.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.16.3.bb (renamed from meta/recipes-graphics/wayland/libinput_1.16.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.16.2.bb b/meta/recipes-graphics/wayland/libinput_1.16.3.bb index f4b1b4ddc2..8929de6ae0 100644 --- a/meta/recipes-graphics/wayland/libinput_1.16.2.bb +++ b/meta/recipes-graphics/wayland/libinput_1.16.3.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] = "fc3d8c50fe7abc4dc4406bc01262a3f8149864557f87279adcf300e523c160a9" | 19 | SRC_URI[sha256sum] = "dc5e1ae51ec1cc635ca96f61118b0f07dfea783cab0747a60f3555068bb077e4" |
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 | ||