diff options
Diffstat (limited to 'import-layers/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame_git.bb')
-rw-r--r-- | import-layers/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/import-layers/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/import-layers/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame_git.bb new file mode 100644 index 000000000..d9b38ae20 --- /dev/null +++ b/import-layers/meta-openembedded/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 pkgconfig + +SRC_URI = "git://bitmath.org/git/frame.git;protocol=http" +SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" + +PV = "1.1.2+git${SRCPV}" + +S = "${WORKDIR}/git/" |