summaryrefslogtreecommitdiffstats
path: root/package/libevdev
Commit message (Collapse)AuthorAgeFilesLines
* 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