summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/cannelloni/cannelloni_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_git.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_git.bb
new file mode 100644
index 000000000..df75e6342
--- /dev/null
+++ b/meta-networking/recipes-connectivity/cannelloni/cannelloni_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "a SocketCAN over Ethernet tunnel"
2HOMEPAGE = "https://github.com/mguentner/cannelloni"
3LICENSE = "GPLv2"
4
5SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https"
6SRCREV = "44080bb021d1a143e6906f2ec4610513c4e1cece"
7
8PV = "20160414+${SRCPV}"
9
10LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11
12inherit cmake
13
14S = "${WORKDIR}/git"
15
16PACKAGECONFIG ??= "lksctp-tools"
17PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools"