blob: 1dd5a86d50563076837abe8c31778dd90a03309d [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
10SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http"
11SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
12
13PV = "1.0.5+git${SRCPV}"
14
15S = "${WORKDIR}/git/"
16
17PARALLEL_MAKE = ""