diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2019-05-13 11:17:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-13 20:25:49 -0700 |
commit | 1ecd8b43645883cd4fa652826e93137c942dd82c (patch) | |
tree | dbf36f1a0a2278e78487a1b313efc337bb50f31c /meta-oe/recipes-connectivity | |
parent | 90d82e806c7b4b3ee10ff7fc443bf748d16907bf (diff) | |
download | meta-openembedded-1ecd8b43645883cd4fa652826e93137c942dd82c.tar.gz |
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 <nicolas.dechesne@linaro.org>
Acked-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb | 17 |
1 files changed, 0 insertions, 17 deletions
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 df75e6342..000000000 --- a/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SUMMARY = "a SocketCAN over Ethernet tunnel" | ||
2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" | ||
3 | LICENSE = "GPLv2" | ||
4 | |||
5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https" | ||
6 | SRCREV = "44080bb021d1a143e6906f2ec4610513c4e1cece" | ||
7 | |||
8 | PV = "20160414+${SRCPV}" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
11 | |||
12 | inherit cmake | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | PACKAGECONFIG ??= "lksctp-tools" | ||
17 | PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools" | ||