diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-11-11 20:22:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:08:15 +0000 |
commit | b7cb308a23a9c7f9002c03a0362f51897a132945 (patch) | |
tree | f93ced1f1048b3b495a2666bab195e1f61c2e343 /meta/recipes-graphics/xorg-app/xinput_1.6.2.bb | |
parent | 05eca73cf1a48e4f8f12324ce1fae4a182e5380a (diff) | |
download | poky-b7cb308a23a9c7f9002c03a0362f51897a132945.tar.gz |
xinput: Upgrade 1.6.1 -> 1.6.2
(From OE-Core rev: 649963e0d4c3061b5794823809ecaa363fade6e9)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xinput_1.6.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xinput_1.6.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "Runtime configuration and test of XInput devices" | ||
4 | |||
5 | DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=881525f89f99cad39c9832bcb72e6fa5" | ||
8 | |||
9 | DEPENDS += " libxi libxrandr libxinerama" | ||
10 | |||
11 | SRC_URI[md5sum] = "6a889412eff2e3c1c6bb19146f6fe84c" | ||
12 | SRC_URI[sha256sum] = "3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4" | ||