summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/evtest
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/evtest
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/evtest')
-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..6fbb77d90
--- /dev/null
+++ b/meta-oe/recipes-support/evtest/evtest_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "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 = "0e14da978ea906c7fdaf90f54f798a542e79ce8f"
11SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
12
13PV = "1.31+${SRCPV}"
14
15S = "${WORKDIR}/git"
16
17inherit autotools pkgconfig