diff options
Diffstat (limited to 'meta-oe/recipes-support/utouch')
-rw-r--r-- | meta-oe/recipes-support/utouch/utouch-frame_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Touch Frame Library" | ||
2 | DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1." | ||
3 | HOMEPAGE = "http://bitmath.org/code/frame/" | ||
4 | |||
5 | LICENSE = "GPLv3" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c" | ||
7 | |||
8 | DEPENDS += "mtdev utouch-evemu" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http" | ||
13 | SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" | ||
14 | |||
15 | PV = "1.1.2+git${SRCPV}" | ||
16 | |||
17 | S = "${WORKDIR}/git/" | ||