diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-07-03 22:28:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:51:20 +0100 |
commit | aa2c4052ac238231bb54dfce97f0714a868ce455 (patch) | |
tree | dd73bd9140b4727b9b1d990e27bccc8497492993 /meta/recipes-graphics/xorg-app | |
parent | 39628e9b7a0dca0e6d501e6dae9eb9c19abf6f82 (diff) | |
download | openembedded-core-contrib-aa2c4052ac238231bb54dfce97f0714a868ce455.tar.gz |
xinput: upgrade to 1.6.0
Licence file changed, an entire part has been removed.
See diff below:
<<
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
-
-Copyright 2007 Peter Hutterer
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the author shall
-not be used in advertising or otherwise to promote the sale, use or
-other dealings in this Software without prior written authorization
-from the author.
-
-
+Copyright © 2007 Peter Hutterer
Copyright © 2009 Red Hat, Inc.
Permission is hereby granted, free of charge, to any person obtaining a
>>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 14 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xinput_1.6.0.bb | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb deleted file mode 100644 index 6790f60dade..00000000000 --- a/meta/recipes-graphics/xorg-app/xinput_1.5.3.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=22c34ea36136407a77702a8b784f9bd0" - -DEPENDS += " libxi" - -PR = "${INC_PR}.7" - -SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28" -SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76" diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb b/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb new file mode 100644 index 00000000000..974b11ed45c --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xinput_1.6.0.bb @@ -0,0 +1,15 @@ +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" + |