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, [email protected] wrote: > > > From: Roy Li <[email protected]> > > > > > > Signed-off-by: Roy Li <[email protected]> > > > --- > > > > > > .../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: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
