xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Kernel evdev device emulation"
2*4882a593SmuzhiyunDESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices."
3*4882a593SmuzhiyunHOMEPAGE = "https://www.freedesktop.org/wiki/Evemu"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunDEPENDS = "libevdev"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRCREV = "86a5627dbeac8d9d9bc34326a758d6a477e876e4"
11*4882a593SmuzhiyunSRC_URI = "git://git@gitlab.freedesktop.org/libevdev/evemu.git;protocol=https;branch=master"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunS = "${WORKDIR}/git"
14*4882a593SmuzhiyunPV = "gitr${SRCPV}"
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuninherit autotools pkgconfig
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunPACKAGES =+ "${PN}-python"
19*4882a593SmuzhiyunFILES:${PN}-python = "${libdir}/python*/site-packages/*"
20*4882a593SmuzhiyunRDEPENDS:${PN}-python = "python3"
21*4882a593Smuzhiyun
22