blob: 7c5a7343940f91e2df59e87a6a38d941c4e843a0 [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
Andrew Geissler82c905d2020-04-13 13:39:40 -050015PV = "1.0.6+git${SRCPV}"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016
17S = "${WORKDIR}/git/"
18
19PARALLEL_MAKE = ""