added my Recipes
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user