diff options
author | 2019-07-22 02:29:18 +0200 | |
---|---|---|
committer | 2019-07-22 21:37:24 +0100 | |
commit | f34b852b342cb28fa27a2267ffb211ffec1fa219 (patch) | |
tree | 5fca049a4d40a97fc99d93641b8a04a433eb67f7 | |
parent | f5c6b2d54449d5ea4f65e18e89e40794530e20aa (diff) | |
download | openembedded-core-f34b852b342cb28fa27a2267ffb211ffec1fa219.tar.gz |
xinput: update to 1.6.3
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/xorg-app/xinput_1.6.3.bb (renamed from meta/recipes-graphics/xorg-app/xinput_1.6.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.2.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.3.bb index 25cd047bc9..ff1f1c9148 100644 --- a/meta/recipes-graphics/xorg-app/xinput_1.6.2.bb +++ b/meta/recipes-graphics/xorg-app/xinput_1.6.3.bb @@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=881525f89f99cad39c9832bcb72e6fa5" DEPENDS += " libxi libxrandr libxinerama" -SRC_URI[md5sum] = "6a889412eff2e3c1c6bb19146f6fe84c" -SRC_URI[sha256sum] = "3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4" +SRC_URI[md5sum] = "ac6b7432726008b2f50eba82b0e2dbe4" +SRC_URI[sha256sum] = "35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed" |