From 1ecd8b43645883cd4fa652826e93137c942dd82c Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 13 May 2019 11:17:53 +0200 Subject: cannelloni: move from meta-oe to meta-networking 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 Acked-by: Sean Nyekjaer Signed-off-by: Khem Raj --- .../recipes-connectivity/cannelloni/cannelloni_git.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb b/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb deleted file mode 100644 index df75e6342e..0000000000 --- a/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -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" -- cgit 1.2.3-korg