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? > -- > 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
