From 49b9d03a40652d68f2bdf2dca1805e5eced381a0 Mon Sep 17 00:00:00 2001 From: Samuel Stirtzel Date: Tue, 24 Sep 2013 12:55:08 +0000 Subject: [PATCH] utouch-evemu: Add initial recipe used by utouch-mtview, a visual multitouch test application for X (From meta-openembedded rev: 029dea658369e0096c4e142032223a68be49e95b) Signed-off-by: Samuel Stirtzel Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu_git.bb diff --git a/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu_git.bb new file mode 100644 index 0000000..0efe79e --- /dev/null +++ b/meta-openembedded/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/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/" -- 2.7.4