- 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)
18 lines
585 B
BlitzBasic
18 lines
585 B
BlitzBasic
SUMMARY = "a SocketCAN over Ethernet tunnel"
|
|
HOMEPAGE = "https://github.com/mguentner/cannelloni"
|
|
LICENSE = "GPL-2.0-only"
|
|
|
|
SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master \
|
|
file://0001-include-bits-stdc-.h-only-when-using-libstdc.patch \
|
|
"
|
|
SRCREV = "3d4fb8c8b07f6d7c62b2bdad7e5a94de61c9a29b"
|
|
|
|
LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
inherit cmake
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGECONFIG ??= "lksctp-tools"
|
|
PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools"
|