From f34b852b342cb28fa27a2267ffb211ffec1fa219 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 22 Jul 2019 02:29:18 +0200 Subject: xinput: update to 1.6.3 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xinput_1.6.2.bb | 12 ------------ meta/recipes-graphics/xorg-app/xinput_1.6.3.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xinput_1.6.2.bb create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.6.3.bb diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.2.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.2.bb deleted file mode 100644 index 25cd047bc9..0000000000 --- a/meta/recipes-graphics/xorg-app/xinput_1.6.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "Runtime configuration and test of XInput devices" - -DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices" - -LIC_FILES_CHKSUM = "file://COPYING;md5=881525f89f99cad39c9832bcb72e6fa5" - -DEPENDS += " libxi libxrandr libxinerama" - -SRC_URI[md5sum] = "6a889412eff2e3c1c6bb19146f6fe84c" -SRC_URI[sha256sum] = "3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4" diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.3.bb new file mode 100644 index 0000000000..ff1f1c9148 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinput_1.6.3.bb @@ -0,0 +1,12 @@ +require xorg-app-common.inc + +SUMMARY = "Runtime configuration and test of XInput devices" + +DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices" + +LIC_FILES_CHKSUM = "file://COPYING;md5=881525f89f99cad39c9832bcb72e6fa5" + +DEPENDS += " libxi libxrandr libxinerama" + +SRC_URI[md5sum] = "ac6b7432726008b2f50eba82b0e2dbe4" +SRC_URI[sha256sum] = "35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed" -- cgit 1.2.3-korg