All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][meta-networking] ifenslave: add recipes
Date: Tue, 12 Aug 2014 16:10:13 +0200	[thread overview]
Message-ID: <20140812141013.GP14848@jama> (raw)
In-Reply-To: <2509223.ytjg6V1x30@peggleto-mobl5.ger.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 2152 bytes --]

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@windriver.com wrote:
> > > From: Roy Li <rongqing.li@windriver.com>
> > > 
> > > Signed-off-by: Roy Li <rongqing.li@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@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-08-12 14:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12  7:01 [PATCH][meta-networking] ifenslave: add recipes rongqing.li
2014-08-12 11:51 ` Martin Jansa
2014-08-12 13:55   ` Paul Eggleton
2014-08-12 14:10     ` Martin Jansa [this message]
2014-08-13  0:58       ` Rongqing Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140812141013.GP14848@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.