summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-evdev.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-evdev: upgrade 1.2.0 -> 1.3.0Pierre-Jean Texier2020-03-041-3/+3
| | | | | | | | | Remove patch applied upstream. See full changelog https://python-evdev.readthedocs.io/en/latest/changelog.html Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-evdev: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-011-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-evdev: upgrade 0.7.0 -> 1.2.0Zang Ruochen2019-11-011-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: evdev: Clarify BSD license variantChristophe PRIOUZEAU2019-10-251-1/+1
| | | | | | | The License of python evdev is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-evdev: Use target header to generate ecodes.cKhem Raj2018-05-011-0/+6
| | | | | | | | | | | | | | | | 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>
* python-evdev: add python3 version of the recipeMaxin John2018-03-011-0/+15
Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>