summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/utouch')
-rw-r--r--meta-oe/recipes-support/utouch/utouch-evemu_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
new file mode 100644
index 000000000..0efe79e75
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Kernel evdev device emulation"
2DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. "
3HOMEPAGE = "http://bitmath.org/code/evemu/"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
7
8inherit autotools
9
10SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http"
11SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
12
13PV = "1.0.5+git${SRCPV}"
14
15S = "${WORKDIR}/git/"