meta-openembedded/meta-oe/recipes-support/evtest/evtest_git.bb
Otavio Salvador 59e596dc56 evtest: Stop using Cgit based archive
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>
2015-04-15 19:25:05 +02:00

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