blob: f34c73c17326e68421e95091daf115dfd7e4ec58 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "a SocketCAN over Ethernet tunnel"
2HOMEPAGE = "https://github.com/mguentner/cannelloni"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Brad Bishopc342db32019-05-15 21:57:59 -04004
Andrew Geissler595f6302022-01-24 19:11:47 +00005SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master"
Andrew Geisslerac970dd2021-02-12 15:32:45 -06006SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
Brad Bishopc342db32019-05-15 21:57:59 -04007
8LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9
10inherit cmake
11
12S = "${WORKDIR}/git"
13
14PACKAGECONFIG ??= "lksctp-tools"
15PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools"