blob: 4501b082def4232aa204e68538f832334a246c90 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "Kernel evdev device emulation"
2DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices."
3HOMEPAGE = "https://www.freedesktop.org/wiki/Evemu"
4
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-3.0-only"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07006LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
7
8DEPENDS = "libevdev"
9
10SRCREV = "86a5627dbeac8d9d9bc34326a758d6a477e876e4"
11SRC_URI = "git://git@gitlab.freedesktop.org/libevdev/evemu.git;protocol=https;branch=master"
12
13S = "${WORKDIR}/git"
14PV = "gitr${SRCPV}"
15
16inherit autotools pkgconfig
17
18PACKAGES =+ "${PN}-python"
Patrick Williams213cb262021-08-07 19:21:33 -050019FILES:${PN}-python = "${libdir}/python*/site-packages/*"
20RDEPENDS:${PN}-python = "python3"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070021