mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
472 B
BlitzBasic
18 lines
472 B
BlitzBasic
DESCRIPTION = "Simple tool for input event debugging."
|
|
HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
|
|
AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
|
|
SECTION = "console/utils"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "libxml2"
|
|
|
|
SRCREV = "67f3dfefb0b5708ad5b692f19c1a3a5b135264ca"
|
|
SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
|
|
|
|
PV = "1.25+${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|