On Fri, May 10, 2019 at 6:49 PM Sean Nyekjær <[email protected]> wrote: > > > > > On 10 May 2019, at 15.08, Nicolas Dechesne <[email protected]> > > wrote: > > > > On Tue, Apr 30, 2019 at 8:09 AM Sean Nyekjaer via Openembedded-devel > > <[email protected]> wrote: > >> > >> Tool for sending SocketCAN messages > >> over Ethernet tunnel. > >> > >> Signed-off-by: Sean Nyekjaer <[email protected]> > >> --- > >> Changes in v2: > >> - Added PV > >> > >> .../cannelloni/cannelloni_git.bb | 17 +++++++++++++++++ > >> 1 file changed, 17 insertions(+) > >> create mode 100644 > >> meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb > >> > >> 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 000000000..df75e6342 > >> --- /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" > > > > lksctp-tools recipe is in meta-networking, so we've added an implicit > > dependency on meta-networking by taking this patch. should we disable > > lksctp-tools support by default? > I completely missed that. :-D > It seems to be the correct solution, to disable it by default... > Will you send a patch?
I would prefer the other solution Khem proposed, and move it to meta-networking.. what do you think? > > /Sean > > > >> -- > >> 2.21.0 > >> > >> -- > >> _______________________________________________ > >> Openembedded-devel mailing list > >> [email protected] > >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
