summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-evdev_0.7.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-evdev: Use target header to generate ecodes.cKhem Raj2018-09-051-0/+7
| | | | | | | | | | | | | | | | | | ecodes.c is generated file and if we do not specify the linux input headers it happiliy defaults to /usr/include/ to look for these headers while emitting code for ecodes.c which can cause gripes when build systems kernel UAPI is different than the target kernel. Mysterious build errors or even worse runtime errors can start to appear. e.g. | evdev/ecodes.c:603:29: error: 'KEY_ROTATE_LOCK_TOGGLE' undeclared (first use in this function); did you mean 'KEY_ATTENDANT_TOGGLE'? Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> [Handel applied for rocko context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-evdev: update to version 0.7.0Derek Straka2017-08-131-0/+17
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>