From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Saul Wold <sgw@linux.intel.com>
Cc: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] utility-tasks: Add recideptask flag for fetchall/checkuriall
Date: Wed, 19 Jun 2013 15:13:41 +0100 [thread overview]
Message-ID: <1371651221.20823.190.camel@ted> (raw)
In-Reply-To: <51C1B7FE.1020602@linux.intel.com>
On Wed, 2013-06-19 at 06:54 -0700, Saul Wold wrote:
> On 06/19/2013 06:05 AM, Richard Purdie wrote:
> > addhandler prexport_handler
> > -prexport_handler bb.event.RecipeParsed bb.event.ParseStarted bb.event.ParseCompleted"
> > +prexport_handler[eventmask] = "bb.event.RecipeParsed bb.event.ParseStarted bb.event.ParseCompleted"
> > diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass
> > index bb26eb7..507e0f1 100644
> > --- a/meta/classes/utility-tasks.bbclass
> > +++ b/meta/classes/utility-tasks.bbclass
> > @@ -48,6 +48,7 @@ python do_checkuri() {
> >
> > addtask checkuriall after do_checkuri
> > do_checkuriall[recrdeptask] = "do_checkuriall do_checkuri"
> > +do_checkuriall[recideptask] = "do_${BB_DEFAULT_TASK}"
> > do_checkuriall[nostamp] = "1"
> > do_checkuriall() {
> > :
> > @@ -55,6 +56,7 @@ do_checkuriall() {
> >
> > addtask fetchall after do_fetch
> > do_fetchall[recrdeptask] = "do_fetchall do_fetch"
> > +do_fetchall[recideptask] = "do_${BB_DEFAULT_TASK}"
>
> Would this change be needed in some of the distrodata tasks also?
> Mostly they operate on world or universe and not images, but I could see
> someone trying to get that info for a given image.
Possibly, yes.
Cheers,
Richard
prev parent reply other threads:[~2013-06-19 14:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-19 13:05 [PATCH] utility-tasks: Add recideptask flag for fetchall/checkuriall Richard Purdie
2013-06-19 13:54 ` Saul Wold
2013-06-19 14:13 ` Richard Purdie [this message]
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=1371651221.20823.190.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=sgw@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.