[oe-commits] Samuel Stirtzel : utouch-mtview: Add initial recipe

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 10:27:13 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: f73a8d62659fac2245f6dcb991940741afce44c7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f73a8d62659fac2245f6dcb991940741afce44c7

Author: Samuel Stirtzel <s.stirtzel at googlemail.com>
Date:   Wed Sep 18 13:06:24 2013 +0000

utouch-mtview: Add initial recipe

testing multitouch hardware under X11 will be much easier with this visual tool

Signed-off-by: Samuel Stirtzel <s.stirtzel at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-support/utouch/utouch-mtview_git.bb    |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
new file mode 100644
index 0000000..0f72479
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Multitouch viewer"
+DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
+HOMEPAGE = "http://bitmath.org/code/mtview/"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
+
+inherit autotools
+
+SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http"
+SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
+
+DEPENDS += "mtdev utouch-frame utouch-evemu"
+
+PV = "1.1.7+git${SRCPV}"
+
+S = "${WORKDIR}/git/"



More information about the Openembedded-commits mailing list