utouch-frame_git.bb 756 B

123456789101112131415161718192021
  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. LICENSE = "GPLv3"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
  6. DEPENDS += "mtdev utouch-evemu"
  7. inherit autotools pkgconfig
  8. SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \
  9. file://remove-man-page-creation.patch \
  10. file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \
  11. file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
  12. "
  13. SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
  14. PV = "1.1.2+git${SRCPV}"
  15. S = "${WORKDIR}/git"