diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-26 07:24:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-26 08:30:52 -0800 |
| commit | 7953d572e7f8dbbf0ef704847a05ee466e16cf84 (patch) | |
| tree | 8612df0a0ec486387d2ef512f4b89d57fbaf2b41 /meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb | |
| parent | 92952b435cf67083fd0639407550a4d68b6a6c9c (diff) | |
| download | meta-openembedded-7953d572e7f8dbbf0ef704847a05ee466e16cf84.tar.gz | |
python3-evdev: upgrade 1.9.0 -> 1.9.1
Changelog:
==========
- Fix fox missing UI_FF constants in generated ecodes.py.
- More type annotations.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb b/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb new file mode 100644 index 0000000000..c48bc39c1f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "Python evdev lib" | ||
| 2 | HOMEPAGE = "https://github.com/gvalkov/python-evdev" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d7bd1cc4c71b706c7e2d4053aef50f2a" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "dc640a064cb1c9fe1f8b970dc2039945a2a275d7b7ee62284bf427238abe45ee" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | do_compile:prepend() { | ||
| 11 | rm -rf ${S}/evdev/ecodes.c | ||
| 12 | } | ||
| 13 | |||
| 14 | SETUPTOOLS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "\ | ||
| 17 | python3-ctypes \ | ||
| 18 | python3-fcntl \ | ||
| 19 | python3-io \ | ||
| 20 | python3-shell \ | ||
| 21 | python3-stringold \ | ||
| 22 | " | ||
