[OE-core] [PATCH] utility-tasks: Add recideptask flag for fetchall/checkuriall

Richard Purdie richard.purdie at linuxfoundation.org
Wed Jun 19 14:13:41 UTC 2013


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




More information about the Openembedded-core mailing list