mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
22 lines
769 B
BlitzBasic
22 lines
769 B
BlitzBasic
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 = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
|
|
|
|
DEPENDS += "mtdev utouch-evemu"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "git://bitmath.org/git/frame.git;protocol=http;branch=master \
|
|
file://remove-man-page-creation.patch \
|
|
file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \
|
|
file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
|
|
"
|
|
SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
|
|
|
|
PV = "1.1.2+git"
|
|
|
|
S = "${WORKDIR}/git"
|