blob: d4a62bd92dfeb97db00b72f915ba361b0255dc44 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "a SocketCAN over Ethernet tunnel"
2HOMEPAGE = "https://github.com/mguentner/cannelloni"
3LICENSE = "GPLv2"
4
Brad Bishope42b3e32020-01-15 22:08:42 -05005SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https \
6 file://0001-Use-GNUInstallDirs-instead-of-hard-coding-paths.patch \
7 file://0002-include-missing-stdexcept-for-runtime_error.patch \
8 "
9SRCREV = "82aa49b417b96fe46bb3f017ae1bfea928f20f9a"
Brad Bishopc342db32019-05-15 21:57:59 -040010
11PV = "20160414+${SRCPV}"
12
13LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
14
15inherit cmake
16
17S = "${WORKDIR}/git"
18
19PACKAGECONFIG ??= "lksctp-tools"
20PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools"