mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 14:29:41 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
562 B
BlitzBasic
15 lines
562 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"
|
|
|
|
SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive"
|
|
SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973"
|
|
SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473"
|
|
|
|
inherit autotools
|