Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "a SocketCAN over Ethernet tunnel" |
| 2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" |
| 3 | LICENSE = "GPL-2.0-only" |
| 4 | |
| 5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master \ |
| 6 | file://0001-include-bits-stdc-.h-only-when-using-libstdc.patch \ |
| 7 | " |
| 8 | SRCREV = "3d4fb8c8b07f6d7c62b2bdad7e5a94de61c9a29b" |
| 9 | |
| 10 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 11 | |
| 12 | inherit cmake |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | PACKAGECONFIG ??= "lksctp-tools" |
| 17 | PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools" |