mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:03:23 +00:00
evemu-tools: Add initial recipe
Signed-off-by: Ayoub Zaki <ayoub.zaki@embexus.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b85b58a467
commit
c13f55f263
21
meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb
Normal file
21
meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
SUMMARY = "Kernel evdev device emulation"
|
||||||
|
DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices."
|
||||||
|
HOMEPAGE = "https://www.freedesktop.org/wiki/Evemu"
|
||||||
|
|
||||||
|
LICENSE = "GPLv3"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||||
|
|
||||||
|
DEPENDS = "libevdev"
|
||||||
|
|
||||||
|
SRCREV = "86a5627dbeac8d9d9bc34326a758d6a477e876e4"
|
||||||
|
SRC_URI = "git://git@gitlab.freedesktop.org/libevdev/evemu.git;protocol=https;branch=master"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "gitr${SRCPV}"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
PACKAGES =+ "${PN}-python"
|
||||||
|
FILES_${PN}-python = "${libdir}/python*/site-packages/*"
|
||||||
|
RDEPENDS_${PN}-python = "python3"
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user