[oe] [PATCH][meta-networking] ifenslave: add recipes

Martin Jansa martin.jansa at gmail.com
Tue Aug 12 14:10:13 UTC 2014


On Tue, Aug 12, 2014 at 02:55:32PM +0100, Paul Eggleton wrote:
> On Tuesday 12 August 2014 13:51:32 Martin Jansa wrote:
> > On Tue, Aug 12, 2014 at 03:01:04PM +0800, rongqing.li at windriver.com wrote:
> > > From: Roy Li <rongqing.li at windriver.com>
> > > 
> > > Signed-off-by: Roy Li <rongqing.li at windriver.com>
> > > ---
> > > 
> > >  .../recipes-support/ifenslave/ifenslave_1.1.0.bb    |   19
> > >  +++++++++++++++++++ 1 file changed, 19 insertions(+)
> > >  create mode 100644
> > >  meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb> 
> > > diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
> > > b/meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb new file
> > > mode 100644
> > > index 0000000..d6252a9
> > > --- /dev/null
> > > +++ b/meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
> > > @@ -0,0 +1,19 @@
> > > +SUMMARY = "Configure network interfaces for parallel routing"
> > 
> > ^ dropped in master-next
> > 
> > > +DESCRIPTION = "Configure network interfaces for parallel routing"
> 
> I guess you meant DESCRIPTION (which is the same as SUMMARY) was dropped.
> 
> > > +HOMEPAGE =
> > > "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding
> > > " +SECTION = "network"
> > > +LICENSE = "GPLv2"
> > > +
> > > +SRC_URI =
> > > "http://ftp.debian.org/debian/pool/main/i/${BPN}-2.6/${BPN}-2.6_${PV}.ori
> > > g.tar.gz" +
> > > +do_compile() {
> > > +    ${CC} ifenslave.c -o ifenslave
> > > +}
> > > +do_install() {
> > > +    install -d "${D}${sbindir}"
> > > +    install -m 755 "${S}/ifenslave" "${D}${sbindir}/"
> > > +}
> > > +
> > 
> > ^ moved next to LICENSE in master-next
> > 
> > > +LIC_FILES_CHKSUM =
> > > "file://ifenslave.c;beginline=8;endline=12;md5=a9f0bd2324cdc1b36d1f44f0e6
> > > 43a62a" +SRC_URI[md5sum] = "56126cd1013cefe0ce6f81613e677bdd"
> 
> Ditto here, LIC_FILES_CHKSUM was moved, right?

Right for both of them, for some reason, my vim/screen got confused and
all my edits were shown on different line, sorry for confusion.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140812/966ec368/attachment-0002.sig>


More information about the Openembedded-devel mailing list