blob: a6d09f69e916b52dc5497ec9c2275d6f02c1559a [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-3.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
7
8inherit autotools
9
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http;branch=master \
Brad Bishope42b3e32020-01-15 22:08:42 -050011 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
Andrew Geisslera2681d92020-10-16 10:17:07 -050017S = "${WORKDIR}/git"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018
19PARALLEL_MAKE = ""