From 649963e0d4c3061b5794823809ecaa363fade6e9 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 11 Nov 2015 20:22:13 +0200 Subject: xinput: Upgrade 1.6.1 -> 1.6.2 Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-app/xinput_1.6.1.bb | 14 -------------- meta/recipes-graphics/xorg-app/xinput_1.6.2.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xinput_1.6.1.bb create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.6.2.bb diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb deleted file mode 100644 index 5befcc82d9..0000000000 --- a/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb +++ /dev/null @@ -1,14 +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] = "305980ac78a6954e306a14d80a54c441" -SRC_URI[sha256sum] = "b7632d0f228a8a6be93b09857ea413940fcf44091e60f4a0fe9f5fd82efd871f" - diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.2.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.2.bb new file mode 100644 index 0000000000..25cd047bc9 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinput_1.6.2.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] = "6a889412eff2e3c1c6bb19146f6fe84c" +SRC_URI[sha256sum] = "3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4" -- cgit 1.2.3-korg