From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 17 +++++++++++++++++ meta-oe/recipes-support/utouch/utouch-frame_git.bb | 17 +++++++++++++++++ meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 meta-oe/recipes-support/utouch/utouch-evemu_git.bb create mode 100644 meta-oe/recipes-support/utouch/utouch-frame_git.bb create mode 100644 meta-oe/recipes-support/utouch/utouch-mtview_git.bb (limited to 'meta-oe/recipes-support/utouch') 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 0000000000..1dd5a86d50 --- /dev/null +++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb @@ -0,0 +1,17 @@ +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/evemu/" + +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/" + +PARALLEL_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 0000000000..00b7cf355e --- /dev/null +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "Touch Frame Library" +DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1." +HOMEPAGE = "http://bitmath.org/code/frame/" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c" + +DEPENDS += "mtdev utouch-evemu" + +inherit autotools + +SRC_URI = "git://bitmath.org/git/frame.git;protocol=http" +SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" + +PV = "1.1.2+git${SRCPV}" + +S = "${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 0000000000..6ebeb9fa4b --- /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 libx11" + +PV = "1.1.7+git${SRCPV}" + +S = "${WORKDIR}/git/" -- cgit v1.2.3-54-g00ecf