Files
meta-openembedded/meta-oe/recipes-support/evtest/evtest_git.bb
Otavio Salvador 9c762b824c 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>
2014-08-10 16:07:17 +02:00

18 lines
477 B
BlitzBasic

SUMMARY = "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 pkgconfig