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:46 +0000 (13:10 +0100)
commitc78f3f3483c2390d739109a2541857fc0b3f625d
treea3e73fc06902fb580771110a3b8b35b73e150f0b
parente658c36a33594bcf5fdf447ec1395a3f9fe49b70
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)

(From OE-Core rev: e385cc4ac06ac1e8d257563a700d19895105eade)

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