[oe-commits] [meta-openembedded] 26/26: cannelloni: new package, CAN to ethernet proxy

git at git.openembedded.org git at git.openembedded.org
Thu May 2 21:19:35 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit cd56c93c4b9e6b871a366f97601ad76b756db3bc
Author: Sean Nyekjaer <sean at geanix.com>
AuthorDate: Tue Apr 30 08:08:55 2019 +0200

    cannelloni: new package, CAN to ethernet proxy
    
    Tool for sending SocketCAN messages
    over Ethernet tunnel.
    
    Signed-off-by: Sean Nyekjaer <sean at geanix.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-connectivity/cannelloni/cannelloni_git.bb   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb b/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb
new file mode 100644
index 0000000..df75e634
--- /dev/null
+++ b/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb
@@ -0,0 +1,17 @@
+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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list