aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/utouch/utouch-evemu_git.bb')
-rw-r--r--meta-oe/recipes-support/utouch/utouch-evemu_git.bb10
1 files changed, 6 insertions, 4 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..bd69dbb11c 100644
--- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -2,16 +2,18 @@ SUMMARY = "Kernel evdev device emulation"
DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. "
HOMEPAGE = "http://bitmath.org/code/evemu/"
-LICENSE = "GPLv3"
+LICENSE = "GPL-3.0-only"
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;branch=master \
+ file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
+ "
SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
-PV = "1.0.5+git${SRCPV}"
+PV = "1.0.6+git"
-S = "${WORKDIR}/git/"
+S = "${WORKDIR}/git"
PARALLEL_MAKE = ""