mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
20 lines
624 B
BlitzBasic
20 lines
624 B
BlitzBasic
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 = "GPL-3.0-only"
|
|
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"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PARALLEL_MAKE = ""
|