From 0021b0d85b5ecfab713ed14e1ae874f0160455ef Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 28 May 2022 15:53:30 -0700 Subject: python3-uinput: Fix build on 32bit arches using 64bit times_t Signed-off-by: Khem Raj Cc: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb b/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb index 737bbfe2c8..ef466539bd 100644 --- a/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb +++ b/meta-python/recipes-devtools/python/python3-uinput_0.11.2.bb @@ -3,8 +3,10 @@ HOMEPAGE = "https://pypi.org/project/python-uinput/" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" +SRC_URI += "file://0001-setup-use-setuptools-instead-of-distutils.patch \ + file://0001-Deal-with-64bit-time_t-default-on-32bit-architecture.patch \ +" SRC_URI[sha256sum] = "99392b676c77b5795b86b7d75274db33fe754fd1e06fb3d58b167c797dc47f0c" -SRC_URI += "file://0001-setup-use-setuptools-instead-of-distutils.patch" PYPI_PACKAGE = "python-uinput" -- cgit v1.2.3-54-g00ecf