utouch-evemu_git.bb 611 B

12345678910111213141516171819
  1. SUMMARY = "Kernel evdev device emulation"
  2. DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. "
  3. HOMEPAGE = "http://bitmath.org/code/evemu/"
  4. LICENSE = "GPLv3"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
  6. inherit autotools
  7. SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http \
  8. file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
  9. "
  10. SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
  11. PV = "1.0.6+git${SRCPV}"
  12. S = "${WORKDIR}/git"
  13. PARALLEL_MAKE = ""