python-evdev: Fix build for 32bit arches with 64bit time_t

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-11-30 11:27:48 -08:00
parent 459dbf1078
commit 18805e625b
2 changed files with 87 additions and 0 deletions
@@ -3,6 +3,10 @@ HOMEPAGE = "https://github.com/gvalkov/python-evdev"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
FILESEXTRAPATHS_prepend := "${THISDIR}/python-evdev:"
SRC_URI += " file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch"
SRC_URI[md5sum] = "53e440943dfa2514f95b3c448d6a36cb"
SRC_URI[sha256sum] = "b03f5e1be5b4a5327494a981b831d251a142b09e8778eda1a8b53eba91100166"