summaryrefslogtreecommitdiffstats
path: root/package/libevdev
Commit message (Collapse)AuthorAgeFilesLines
* libevdev: bump version to 1.6.0Peter Seiderer2018-10-263-22/+15
| | | | | | | | | | | For details see [1]. Rebased patch 0001-configure-add-disable-runtime-tests-option.patch. [1] https://lists.freedesktop.org/archives/input-tools/2018-October/001488.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.5.9Peter Seiderer2018-03-092-6/+9
| | | | | | | | | | - for details see [1] - add hash for license file [1] https://lists.freedesktop.org/archives/input-tools/2018-March/001464.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.5.8Peter Seiderer2018-01-302-6/+6
| | | | | | | | | For details see [1]. [1] https://lists.freedesktop.org/archives/input-tools/2018-January/001447.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libevdev: bump version to 1.5.7Bernd Kuhls2017-05-282-3/+6
| | | | | | | Added all hashes provided by upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.5.6Peter Seiderer2017-01-172-3/+3
| | | | | | | | | For details see [1]. [1] https://lists.freedesktop.org/archives/input-tools/2017-January/001380.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.5.5Peter Seiderer2016-12-023-10/+19
| | | | | | | | | | | And update 0001-configure-add-disable-runtime-tests-option.patch. For details see [1]. [1] https://lists.freedesktop.org/archives/input-tools/2016-November/001375.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.5.4Peter Seiderer2016-09-062-3/+3
| | | | | | | | | | For details see [1] and [2]. [1] https://lists.freedesktop.org/archives/input-tools/2016-August/001324.html [2] https://lists.freedesktop.org/archives/input-tools/2016-August/001327.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.5.2Peter Seiderer2016-06-182-3/+3
| | | | | | | | | For details see [1]. [1] https://lists.freedesktop.org/archives/input-tools/2016-June/001307.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.5.1Peter Seiderer2016-05-162-3/+3
| | | | | | | | | | For details see [1] and [2]. [1] https://lists.freedesktop.org/archives/input-tools/2016-May/001296.html [2] https://lists.freedesktop.org/archives/input-tools/2016-May/001301.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.4.6Peter Seiderer2016-01-122-3/+3
| | | | | | | | | Update version and hash (see [1] for details). [1] http://lists.freedesktop.org/archives/input-tools/2016-January/001240.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.4.5Peter Seiderer2015-11-132-3/+3
| | | | | | | | | | | | | Changelog (see [1] for details): Only a small fix, the suggested hwdb entry that the touchpad-edge-detector printed used the wrong codes for ABS_X and ABS_Y. Fixed with this release, the output is now suitable for copy/paste into the udev hwdb. [1] http://lists.freedesktop.org/archives/input-tools/2015-November/001227.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: disable runtime testsPeter Seiderer2015-10-122-0/+47
| | | | | | | | | | | | | | | | | | | Add new configure option '--disable-runtime-tests' and use it do disable runtime tests which fail to compile on some uclibc configurations. Fixes [1], [2]: test-libevdev-init.c: In function 'test_set_clock_id': test-libevdev-init.c:493: error: 'CLOCK_MONOTONIC_RAW' undeclared (first use in this function) and compile failure for !BR2_USE_MMU configuration: test-main.c:(.text+0x8): undefined reference to `_fork' [1] http://autobuild.buildroot.net/results/0d0/0d0a987471ce8e9f76fc96e0ae8f0bfeadb45028/ [2] http://autobuild.buildroot.net/results/939/9392033f1b8d2c8e4e8791c90918dabbe28a7067/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.4.4Peter Seiderer2015-10-122-3/+3
| | | | | | | | | | | | | | | | | >From [1]: A couple of cleanups, one notable fix: we now transparently fix invalid ABS_MT_TRACKING_ID ranges to something sensible. The touchpad-edge-detector tool prints out suggested hwdb rules for resolution overrides. And since the resolution is the main thing to fix on a device, the libevdev-tweak-device now has a --resolution argument to quickly set the resolution on the x/y axes. [1] http://lists.freedesktop.org/archives/input-tools/2015-August/001210.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.4.3Peter Seiderer2015-07-072-3/+3
| | | | | | | | | | | | >From [1]: - tools: widen frequency resolution to µs in the DPI tool - tools: complain about devices that don't have abs x/y axes in the edge detector - include: update to 4.1 header [1] http://lists.freedesktop.org/archives/input-tools/2015-June/001171.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.4.2Peter Seiderer2015-04-252-3/+3
| | | | | | | | | Update version and hash (see [1] for details). [1] http://lists.freedesktop.org/archives/input-tools/2015-April/001167.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.4.1Peter Seiderer2015-04-133-54/+3
| | | | | | | | | | | | See [1] for details. Additional remove upstream committed patch (and autoreconf variable from makefile). [1] http://lists.freedesktop.org/archives/input-tools/2015-April/001166.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Remove trailing slash from all package site URLsLuca Ceresoli2015-03-101-1/+1
| | | | | | | | | The recommended form is without the trailing slash. Buildroot will add a slash between FOO_SITE and FOO_SOURCE as appropriate. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: fix shared only buildPeter Seiderer2015-03-092-0/+51
| | | | | | | | | | | | | Do not build test-static-link in case of shared only build, fixes the following compile failure: libtool: link: [..]/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -std=gnu99 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -o test-static-link test_static_link-test-link.o ../libevdev/.libs/libevdev.so -Wl,-rpath -Wl,[...]/build/libevdev-1.4/libevdev/.libs [...]/arm-buildroot-linux-uclibcgnueabi/bin/ld: attempted static link of dynamic object `../libevdev/.libs/libevdev.so' collect2: error: ld returned 1 exit status Makefile:719: recipe for target 'test-static-link' failed Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.4Peter Seiderer2015-03-092-3/+3
| | | | | | | | | See [1] for details. [1] http://lists.freedesktop.org/archives/input-tools/2015-March/001151.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: bump version to 1.3.2Peter Seiderer2014-12-072-3/+3
| | | | | | | | | | See [1] for details. [1] http://lists.freedesktop.org/archives/input-tools/2014-December/001132.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: add hashPeter Seiderer2014-11-191-0/+2
| | | | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: bump version to 1.3.1Peter Seiderer2014-11-191-1/+1
| | | | | | | | | | | | See [1] and [2] for details. [1] http://lists.freedesktop.org/archives/input-tools/2014-September/001112.html [2] http://lists.freedesktop.org/archives/input-tools/2014-November/001123.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: use tarball instead of git repositoryThomas Petazzoni2014-07-311-4/+2
| | | | | | | | Tarballs are now provided for libevdev, so use that instead of the Git repository, as it allows to avoid autoreconf for the package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* libevdev: remove host python dependencyThomas Petazzoni2014-07-311-7/+0
| | | | | | | | | | | | | | | | | | | | | In commit 79c31e3297da7f0aec4d4675c154736e4cffe3ed ("package/libevdev: add dependency on host-python"), Yann added a dependency of libevdev on host-python, because the Python script in evdev was using argparse which is only available since Python 2.6. At the time, this was causing failures on machines that were using Python versions older than 2.6. However, since Yann's patch, the libevdev version has been bumped. And one of the upstream commit, http://cgit.freedesktop.org/libevdev/commit/libevdev/?id=cea8f0b8cc86332b0643acd62f24f9fef2ecc153, was precisely made to remove the argparse dependency to avoid the need to have a >= 2.6 Python version. Thanks to this, we can avoid the host-python dependency and rely on the system-installed Python version instead. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* libevdev: bump to 1.2.2Thomas Petazzoni2014-07-311-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/libevdev: bump versionYann E. MORIN2014-06-021-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libevdev: adjust host-python dependencySamuel Martin2014-04-061-1/+3
| | | | | | | | | | | | | | libevdev depends on host-python because of some of its build scripts. These build scripts support python2 and python3. When python3 is part of the target selection, then we can just use the interpreter provided by the host-python3 package. Fixes: http://autobuild.buildroot.net/results/dd0/dd04833b11a0ebb0193c861cb375b2112dd339d1/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: fix minor typoThomas Petazzoni2013-12-281-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libevdev: add dependency on host-pythonYann E. MORIN2013-12-281-0/+5
| | | | | | | | | | | | | | | libevdev needs python to generate a header file. We can't rely on the 1system pPython, since it may be too old (missing argparse in python 2.6). Fixes: http://autobuild.buildroot.net/results/1f5c0689ae129ae5fa30f31a4f47ccbd7705ff00/ http://autobuild.buildroot.net/results/1729043d9c977a59a4fdd7ccd3d16cfc8aef7678/ http://autobuild.buildroot.net/results/3ab080e96576e0012fea853009811247338e665e/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libevdev: new packageNaumann Andreas2013-12-262-0/+26
[Thomas: fix license details, improve comment explaining why autoreconf is needed.] Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud