From patchwork Thu Jan 19 09:22:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 25/33] xinput: add utility for configuring and testing XInput devices. Date: Thu, 19 Jan 2012 09:22:46 -0000 From: Saul Wold X-Patchwork-Id: 19727 Message-Id: To: openembedded-core@lists.openembedded.org From: Andrea Adami * from meta-openembedded with minor editings * (fields reordering like other recipes in xorg-app) Signed-off-by: Andrea Adami --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb new file mode 100644 index 0000000..8f17e9a --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.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=22c34ea36136407a77702a8b784f9bd0" + +DEPENDS += " libxi" + +PR = "r7" + +SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28" +SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"