Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "a SocketCAN over Ethernet tunnel" |
| 2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" |
| 3 | LICENSE = "GPLv2" |
| 4 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 5 | SRC_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 | " |
| 9 | SRCREV = "82aa49b417b96fe46bb3f017ae1bfea928f20f9a" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 10 | |
| 11 | PV = "20160414+${SRCPV}" |
| 12 | |
| 13 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 14 | |
| 15 | inherit cmake |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | PACKAGECONFIG ??= "lksctp-tools" |
| 20 | PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools" |