mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
de0600643f
This updates to revision b8343ec1 which is based on 1.32 release and includes some fixes on top of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
477 B
BlitzBasic
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 = "b8343ec1124da18bdabcc04809a8731b9e39295d"
|
|
SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
|
|
|
|
PV = "1.32+${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|