diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb | 4 |
1 files changed, 3 insertions, 1 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 index c48bc39c1f..b8930c97d5 100644 --- a/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb | |||
| @@ -11,7 +11,8 @@ do_compile:prepend() { | |||
| 11 | rm -rf ${S}/evdev/ecodes.c | 11 | rm -rf ${S}/evdev/ecodes.c |
| 12 | } | 12 | } |
| 13 | 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" | 14 | PEP517_BUILD_OPTS = "--config-setting=--build-option='build_ecodes \ |
| 15 | --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h'" | ||
| 15 | 16 | ||
| 16 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
| 17 | python3-ctypes \ | 18 | python3-ctypes \ |
| @@ -20,3 +21,4 @@ RDEPENDS:${PN} += "\ | |||
| 20 | python3-shell \ | 21 | python3-shell \ |
| 21 | python3-stringold \ | 22 | python3-stringold \ |
| 22 | " | 23 | " |
| 24 | INSANE_SKIP:${PN}-src = "buildpaths" | ||
