aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
blob: d06f6702f78cb4d70efca3141a8bf4a7251bca85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"

inherit autotools

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.6+git${SRCPV}"

S = "${WORKDIR}/git"

PARALLEL_MAKE = ""