- 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
447 B
BlitzBasic
20 lines
447 B
BlitzBasic
SUMMARY = "Libuio - helper library for UIO subsystem"
|
|
SECTION = "base"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
|
|
|
SRCREV = "17d96e8f9a5bce7cee5e2222855ab46a246dba51"
|
|
|
|
SRC_URI = "git://git.code.sf.net/p/libuio/code;branch=master;protocol=https"
|
|
|
|
PV .= "+0.2.2+git"
|
|
|
|
inherit autotools
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGES += "${PN}-tools"
|
|
|
|
FILES:${PN} = "${libdir}"
|
|
FILES:${PN}-tools = "${bindir}"
|