aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch/utouch-frame_git.bb
blob: 00b7cf355e4658ae7a444ba84986cae929fd5429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/"