evtest_1.34.bb 613 B

123456789101112131415161718
  1. SUMMARY = "Simple tool for input event debugging"
  2. HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
  3. AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
  4. SECTION = "console/utils"
  5. LICENSE = "GPLv2"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  7. DEPENDS = "libxml2"
  8. SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69"
  9. SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https \
  10. file://add_missing_limits_h_include.patch \
  11. file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
  12. "
  13. S = "${WORKDIR}/git"
  14. inherit autotools pkgconfig