aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-10-26 14:17:32 -0700
committerArmin Kuster <akuster808@gmail.com>2018-03-01 16:10:37 -0800
commitd698b26edc5394efff2c2076ccb3942d821f1b66 (patch)
treefbf16463e5358b773d4df7755c2ce4b368a3e400 /meta-oe/recipes-test
parenta1c660848d8f3879ad4396b021e3dafdefeda333 (diff)
downloadmeta-openembedded-d698b26edc5394efff2c2076ccb3942d821f1b66.tar.gz
evtest: move to recipes-test
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/evtest/evtest_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/evtest/evtest_git.bb b/meta-oe/recipes-test/evtest/evtest_git.bb
new file mode 100644
index 0000000000..fa0d6e2fe5
--- /dev/null
+++ b/meta-oe/recipes-test/evtest/evtest_git.bb
@@ -0,0 +1,17 @@
+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 = "ab140a2dab1547f7deb5233be6d94a388cf08b26"
+SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
+
+PV = "1.33+${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig