evemu-tools_git.bb 689 B

123456789101112131415161718192021
  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 = "https://www.freedesktop.org/wiki/Evemu"
  4. LICENSE = "GPL-3.0-only"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
  6. DEPENDS = "libevdev"
  7. SRCREV = "86a5627dbeac8d9d9bc34326a758d6a477e876e4"
  8. SRC_URI = "git://git@gitlab.freedesktop.org/libevdev/evemu.git;protocol=https;branch=master"
  9. S = "${WORKDIR}/git"
  10. PV = "gitr"
  11. inherit autotools pkgconfig
  12. PACKAGES =+ "${PN}-python"
  13. FILES:${PN}-python = "${libdir}/python*/site-packages/*"
  14. RDEPENDS:${PN}-python = "python3"