All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Joshua Watt <jpewhacker@gmail.com>
Cc: openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking][PATCH] waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make
Date: Sat, 17 Feb 2018 00:10:00 +0100	[thread overview]
Message-ID: <CA+chaQcKXbteCmzE7SCZdZ5zjBnnAefyH+JdJDGChKmUpNvG+g@mail.gmail.com> (raw)
In-Reply-To: <1518819754.6900.50.camel@gmail.com>

This is just to fix the parsing ASAP, you can still send your updated
change which removes the waf inherit completely.

On Fri, Feb 16, 2018 at 11:22 PM, Joshua Watt <jpewhacker@gmail.com> wrote:

> On Fri, 2018-02-16 at 21:35 +0000, Martin Jansa wrote:
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  meta-networking/classes/waf-samba.bbclass | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-networking/classes/waf-samba.bbclass b/meta-
> > networking/classes/waf-samba.bbclass
> > index e490176241..a63842cadc 100644
> > --- a/meta-networking/classes/waf-samba.bbclass
> > +++ b/meta-networking/classes/waf-samba.bbclass
> > @@ -87,7 +87,7 @@ do_configure() {
> >  }
> >
> >  do_compile () {
> > -    python ./buildtools/bin/waf ${@get_waf_parallel_make(d)}
> > +    python ./buildtools/bin/waf ${@oe.utils.parallel_make_argument(d
> > , '-j%d', limit=64)}
>
> Ah, beat me to it. Either way, I approve FWIW.
>
> >  }
> >
> >  do_install() {
> > --
> > 2.15.1
> >
>


  reply	other threads:[~2018-02-16 23:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16 21:35 [meta-networking][PATCH] waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make Martin Jansa
2018-02-16 22:22 ` Joshua Watt
2018-02-16 23:10   ` Martin Jansa [this message]
2018-02-17 16:39     ` Tim Orling
2018-02-17 16:57       ` Joshua Watt
2018-02-17 18:39         ` Tim Orling

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=CA+chaQcKXbteCmzE7SCZdZ5zjBnnAefyH+JdJDGChKmUpNvG+g@mail.gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=jpewhacker@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.