summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/evtest/evtest_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/evtest/evtest_git.bb')
-rw-r--r--meta-oe/recipes-support/evtest/evtest_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/evtest/evtest_git.bb b/meta-oe/recipes-support/evtest/evtest_git.bb
new file mode 100644
index 000000000..790ada82d
--- /dev/null
+++ b/meta-oe/recipes-support/evtest/evtest_git.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Simple tool for input event debugging."
2HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
3AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
4SECTION = "console/utils"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
7
8DEPENDS = "libxml2"
9
10SRCREV = "67f3dfefb0b5708ad5b692f19c1a3a5b135264ca"
11SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
12
13PV = "1.25+${SRCPV}"
14
15S = "${WORKDIR}/git"
16
17inherit autotools