1*4882a593SmuzhiyunSUMMARY = "a SocketCAN over Ethernet tunnel"
2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/mguentner/cannelloni"
3*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunSRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master"
6*4882a593SmuzhiyunSRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuninherit cmake
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunS = "${WORKDIR}/git"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunPACKAGECONFIG ??= "lksctp-tools"
15*4882a593SmuzhiyunPACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools"
16