From 81ecf2bde3e4b17d5b282283c5ffb6a292822a1c Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 14 Oct 2013 18:28:15 +0300 Subject: xinput: upgrade to 1.6.1 (From OE-Core rev: 7144ecd9432ce7468b1f920bf78ba0800f4e7c6c) Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xinput_1.6.0.bb | 15 --------------- meta/recipes-graphics/xorg-app/xinput_1.6.1.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xinput_1.6.0.bb create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.6.1.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb deleted file mode 100644 index 974b11ed45..0000000000 --- a/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb +++ /dev/null @@ -1,15 +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" - -PR = "${INC_PR}.0" - -SRC_URI[md5sum] = "d2459d35b4e0b41ded26a1d1159b7ac6" -SRC_URI[sha256sum] = "4ab007d952c76665603bcb82ceb15fd3929d10faf0580fc4873ac16f5f63847e" - diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb new file mode 100644 index 0000000000..5befcc82d9 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb @@ -0,0 +1,14 @@ +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" + -- cgit v1.2.3-54-g00ecf