xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Touch Frame Library"
2*4882a593SmuzhiyunDESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
3*4882a593SmuzhiyunHOMEPAGE = "http://bitmath.org/code/frame/"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunDEPENDS += "mtdev utouch-evemu"
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuninherit autotools pkgconfig
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRC_URI = "git://bitmath.org/git/frame.git;protocol=http;branch=master \
13*4882a593Smuzhiyun           file://remove-man-page-creation.patch \
14*4882a593Smuzhiyun           file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \
15*4882a593Smuzhiyun           file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
16*4882a593Smuzhiyun           "
17*4882a593SmuzhiyunSRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunPV = "1.1.2+git${SRCPV}"
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunS = "${WORKDIR}/git"
22