blob: 41d1cbfd978678f124cf129da46ab2db82408bec [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Kernel evdev device emulation"
2DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. "
3HOMEPAGE = "http://bitmath.org/code/evemu/"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
7
8inherit autotools
9
Brad Bishope42b3e32020-01-15 22:08:42 -050010SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http \
11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
12 "
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
14
15PV = "1.0.5+git${SRCPV}"
16
17S = "${WORKDIR}/git/"
18
19PARALLEL_MAKE = ""