diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-11-15 11:59:45 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-29 23:41:36 +0000 |
commit | cf77a7be0209e2121747ba2fbf1622d164fe4c67 (patch) | |
tree | 9024343db459511ecb9a524a904d94aadfed11c6 | |
parent | bb0e574d3c74b6cd2d7e41933e0e28c91f0a411b (diff) | |
download | openembedded-core-cf77a7be0209e2121747ba2fbf1622d164fe4c67.tar.gz |
libinput: update to 1.8.4
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.8.4.bb (renamed from meta/recipes-graphics/wayland/libinput_1.8.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.8.3.bb b/meta/recipes-graphics/wayland/libinput_1.8.4.bb index 3a02c4b1d2..aea23480ec 100644 --- a/meta/recipes-graphics/wayland/libinput_1.8.3.bb +++ b/meta/recipes-graphics/wayland/libinput_1.8.4.bb @@ -9,8 +9,8 @@ DEPENDS = "libevdev udev mtdev" SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" -SRC_URI[md5sum] = "5265244853ad7cf41232b0d3ee805ab9" -SRC_URI[sha256sum] = "2fe2e2f52f0971a9c43541b8f26582ca8df6ed4bb9050e85eb40d4ff6b13142d" +SRC_URI[md5sum] = "aeeb79bfe1b1cb64c939098468d350b3" +SRC_URI[sha256sum] = "5ad95c8db75d59f1662199df748f912b150c3294d33cd4dd592aeb1908fe9d7f" inherit autotools pkgconfig lib_package |