aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-30 20:26:53 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-01 11:24:26 -0800
commit91f8512c8e97068876f9a4053775c7881e8b32d4 (patch)
treef1e6f517711a04e93940777d5d1b5dbda2cf088b /meta-oe/recipes-support/utouch/utouch-evemu_git.bb
parent454db0b55d60247ec5e0764e4a60f7d8aa79fa5c (diff)
downloadmeta-openembedded-contrib-91f8512c8e97068876f9a4053775c7881e8b32d4.tar.gz
utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit time_t
Move patches from files/ directory into PN folders to avoid conflicts Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/utouch/utouch-evemu_git.bb')
-rw-r--r--meta-oe/recipes-support/utouch/utouch-evemu_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
index 1dd5a86d50..41d1cbfd97 100644
--- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
inherit autotools
-SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http"
+SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http \
+ file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
+ "
SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
PV = "1.0.5+git${SRCPV}"