mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
It has a dependency on lksctp-tools which is available in meta-networking. Move the recipe to avoid dependency from meta-oe onto meta-networking. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Acked-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
501 B
BlitzBasic
18 lines
501 B
BlitzBasic
SUMMARY = "a SocketCAN over Ethernet tunnel"
|
|
HOMEPAGE = "https://github.com/mguentner/cannelloni"
|
|
LICENSE = "GPLv2"
|
|
|
|
SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https"
|
|
SRCREV = "44080bb021d1a143e6906f2ec4610513c4e1cece"
|
|
|
|
PV = "20160414+${SRCPV}"
|
|
|
|
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"
|