summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/utouch
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/utouch')
-rw-r--r--meta-oe/recipes-support/utouch/utouch-evemu_git.bb17
-rw-r--r--meta-oe/recipes-support/utouch/utouch-frame_git.bb17
-rw-r--r--meta-oe/recipes-support/utouch/utouch-mtview_git.bb17
3 files changed, 51 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..1dd5a86d5
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -0,0 +1,17 @@
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/"
16
17PARALLEL_MAKE = ""
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
new file mode 100644
index 000000000..d9b38ae20
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Touch Frame Library"
2DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
3HOMEPAGE = "http://bitmath.org/code/frame/"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
7
8DEPENDS += "mtdev utouch-evemu"
9
10inherit autotools pkgconfig
11
12SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
13SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
14
15PV = "1.1.2+git${SRCPV}"
16
17S = "${WORKDIR}/git/"
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 000000000..bcf7e2384
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Multitouch viewer"
2DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
3HOMEPAGE = "http://bitmath.org/code/mtview/"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
7
8inherit autotools pkgconfig
9
10SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http"
11SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
12
13DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
14
15PV = "1.1.7+git${SRCPV}"
16
17S = "${WORKDIR}/git/"