diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-29 19:28:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-30 12:40:14 +0100 |
commit | 0e71fea258ffa53a4d7a693d7cac4a0e9f8b5ee7 (patch) | |
tree | aeb757572ead55aed0615adf69967096b330a339 | |
parent | b414b95a0e0fc5b5e1403272eaaf59e0bec6da06 (diff) | |
download | openembedded-core-0e71fea258ffa53a4d7a693d7cac4a0e9f8b5ee7.tar.gz |
libinput: update to 1.13.4
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.13.4.bb (renamed from meta/recipes-graphics/wayland/libinput_1.13.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.13.3.bb b/meta/recipes-graphics/wayland/libinput_1.13.4.bb index 87e25ab70b..73d692573d 100644 --- a/meta/recipes-graphics/wayland/libinput_1.13.3.bb +++ b/meta/recipes-graphics/wayland/libinput_1.13.4.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1f2ea9ebff3a2c6d458faf58492efb63" DEPENDS = "libevdev udev mtdev" SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" -SRC_URI[md5sum] = "0205d720ae0b1caef1faeb4bba7f8c0f" -SRC_URI[sha256sum] = "f3ff113023a28631d83971c059c1f3057d51a90aa3746428776f3b3462131092" +SRC_URI[md5sum] = "9ef817774bb5b4006cba95e34103e82c" +SRC_URI[sha256sum] = "d3eb57c714683b117aae29f6c0be76dd46de259f0a48f20cb43b9fa9f2e1401d" UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" |