diff options
author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2013-09-24 12:55:08 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:23 +0200 |
commit | 029dea658369e0096c4e142032223a68be49e95b (patch) | |
tree | c47e6f6f9d66d9522793a436b674e8f813877b13 /meta-oe/recipes-support/utouch | |
parent | 915810274467cef4f97fd2dff3fc85f9565abea2 (diff) | |
download | meta-openembedded-029dea658369e0096c4e142032223a68be49e95b.tar.gz |
utouch-evemu: Add initial recipe
used by utouch-mtview, a visual multitouch test application for X
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/utouch')
-rw-r--r-- | meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 15 |
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 @@ | |||
1 | SUMMARY = "Kernel evdev device emulation" | ||
2 | DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. " | ||
3 | HOMEPAGE = "http://bitmath.org/code/evemu/" | ||
4 | |||
5 | LICENSE = "GPLv3" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
7 | |||
8 | inherit autotools | ||
9 | |||
10 | SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http" | ||
11 | SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" | ||
12 | |||
13 | PV = "1.0.5+git${SRCPV}" | ||
14 | |||
15 | S = "${WORKDIR}/git/" | ||