diff options
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 | 5 |
1 files changed, 3 insertions, 2 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 b8930c97d5..af88770c59 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 | |||
@@ -3,6 +3,7 @@ HOMEPAGE = "https://github.com/gvalkov/python-evdev" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d7bd1cc4c71b706c7e2d4053aef50f2a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d7bd1cc4c71b706c7e2d4053aef50f2a" |
5 | 5 | ||
6 | SRC_URI += "file://0001-Add-a-reproducibility-option-for-building-ecodes.c.patch" | ||
6 | SRC_URI[sha256sum] = "dc640a064cb1c9fe1f8b970dc2039945a2a275d7b7ee62284bf427238abe45ee" | 7 | SRC_URI[sha256sum] = "dc640a064cb1c9fe1f8b970dc2039945a2a275d7b7ee62284bf427238abe45ee" |
7 | 8 | ||
8 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
@@ -12,7 +13,8 @@ do_compile:prepend() { | |||
12 | } | 13 | } |
13 | 14 | ||
14 | PEP517_BUILD_OPTS = "--config-setting=--build-option='build_ecodes \ | 15 | 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'" | 16 | --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h \ |
17 | --reproducibility'" | ||
16 | 18 | ||
17 | RDEPENDS:${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
18 | python3-ctypes \ | 20 | python3-ctypes \ |
@@ -21,4 +23,3 @@ RDEPENDS:${PN} += "\ | |||
21 | python3-shell \ | 23 | python3-shell \ |
22 | python3-stringold \ | 24 | python3-stringold \ |
23 | " | 25 | " |
24 | INSANE_SKIP:${PN}-src = "buildpaths" | ||