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

Paul Eggleton paul.eggleton at linux.intel.com
Tue Aug 12 13:55:32 UTC 2014


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?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-devel mailing list