- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
20 lines
624 B
BlitzBasic
20 lines
624 B
BlitzBasic
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 = "http://bitmath.org/code/evemu/"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
|
|
|
inherit autotools
|
|
|
|
SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http;branch=master \
|
|
file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
|
|
"
|
|
SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
|
|
|
|
PV = "1.0.6+git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PARALLEL_MAKE = ""
|