From 5e59c274c2661f9c3ecd6da3dc51a309dd2f4c30 Mon Sep 17 00:00:00 2001 From: alperak Date: Sun, 12 Nov 2023 22:11:46 +0300 Subject: cannelloni: upgrade 1.0.0 -> 1.1.0 Changelog: - Typo fix in cannelloni.h - workflows: add nix-test.yml - Add TCP mode - No peer checking - Add -Wall switch and fix all warnings Signed-off-by: alperak Signed-off-by: Khem Raj --- .../recipes-connectivity/cannelloni/cannelloni_1.0.0.bb | 15 --------------- .../recipes-connectivity/cannelloni/cannelloni_1.1.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb create mode 100644 meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb deleted file mode 100644 index f34c73c17..000000000 --- a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -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" diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb new file mode 100644 index 000000000..fb457dc03 --- /dev/null +++ b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb @@ -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 = "3d4fb8c8b07f6d7c62b2bdad7e5a94de61c9a29b" + +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" -- cgit v1.2.3-54-g00ecf