diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-30 11:27:48 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-01 11:24:26 -0800 |
commit | 18805e625b1da4964864bc9f0b165635e814edd8 (patch) | |
tree | dff8b1ff52fe9a0c151116427d8329bc90cda194 /meta-python/recipes-devtools/python/python-evdev.inc | |
parent | 459dbf10783a89540d9334e823524ec1dbb21502 (diff) | |
download | meta-openembedded-18805e625b1da4964864bc9f0b165635e814edd8.tar.gz |
python-evdev: Fix build for 32bit arches with 64bit time_t
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-evdev.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-evdev.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-evdev.inc b/meta-python/recipes-devtools/python/python-evdev.inc index 953094ba74..a536815358 100644 --- a/meta-python/recipes-devtools/python/python-evdev.inc +++ b/meta-python/recipes-devtools/python/python-evdev.inc | |||
@@ -3,6 +3,10 @@ HOMEPAGE = "https://github.com/gvalkov/python-evdev" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-evdev:" | ||
7 | |||
8 | SRC_URI += " file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch" | ||
9 | |||
6 | SRC_URI[md5sum] = "53e440943dfa2514f95b3c448d6a36cb" | 10 | SRC_URI[md5sum] = "53e440943dfa2514f95b3c448d6a36cb" |
7 | SRC_URI[sha256sum] = "b03f5e1be5b4a5327494a981b831d251a142b09e8778eda1a8b53eba91100166" | 11 | SRC_URI[sha256sum] = "b03f5e1be5b4a5327494a981b831d251a142b09e8778eda1a8b53eba91100166" |
8 | 12 | ||