All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] utouch-evemu: Add initial recipe
@ 2013-09-18 13:06 Samuel Stirtzel
  2013-09-18 13:06 ` [meta-oe][PATCH 2/3] utouch-frame: " Samuel Stirtzel
  2013-09-18 13:06 ` [meta-oe][PATCH 3/3] utouch-mtview: " Samuel Stirtzel
  0 siblings, 2 replies; 5+ messages in thread
From: Samuel Stirtzel @ 2013-09-18 13:06 UTC (permalink / raw)
  To: openembedded-devel

used by utouch-mtview, a visual multitouch test application for X

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
---
 meta-oe/recipes-support/utouch/utouch-evemu_git.bb |   15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-oe/recipes-support/utouch/utouch-evemu_git.bb

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 0000000..ec98ae4
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Kernel evdev device emulation"
+DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. "
+HOMEPAGE = "http://bitmath.org/code/frame/"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
+
+inherit autotools
+
+SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http"
+SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
+
+PV = "1.0.5+git${SRCPV}"
+
+S = "${WORKDIR}/git/"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-23  7:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 13:06 [meta-oe][PATCH 1/3] utouch-evemu: Add initial recipe Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 2/3] utouch-frame: " Samuel Stirtzel
2013-09-20 21:18   ` Martin Jansa
2013-09-23  7:25     ` Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 3/3] utouch-mtview: " Samuel Stirtzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.