]> code.ossystems Code Review - openembedded-core.git/commit
utility-tasks/distrodata: Add recideptask flag for fetchall/checkuriall
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jun 2013 13:05:17 +0000 (13:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jun 2013 12:10:08 +0000 (13:10 +0100)
commite385cc4ac06ac1e8d257563a700d19895105eade
tree9637fa75385410578da2dc5b029c659bc225e8c3
parent03d86123e9e804e62de38effd307f070d7863080
utility-tasks/distrodata: Add recideptask flag for fetchall/checkuriall

See the bitbake commit adding the recideptask flag for details of the
problem but in summary, we weren't seeing the [depends] of tasks like
do_rootfs being taking into account for fetchall. This was leading
to not all sources being fetched and this is the OE-Core part of the
fix for this problem.

BB_DEFAULT_TASK is the default task used since this is the one that
most commands would end up targeting and is how users expect the command
to behave.

[YOCTO #4597]

(From OE-Core rev: abf468963a087244887384122fd5202909e7f118)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distrodata.bbclass
meta/classes/prexport.bbclass
meta/classes/utility-tasks.bbclass