From de1841d9c2a0ec1d7103335d450b5fbc2273804e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Jun 2013 13:05:17 +0000 Subject: 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 --- meta/classes/prexport.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/prexport.bbclass') diff --git a/meta/classes/prexport.bbclass b/meta/classes/prexport.bbclass index 16c4bf2f23..5a1cb33c6a 100644 --- a/meta/classes/prexport.bbclass +++ b/meta/classes/prexport.bbclass @@ -55,4 +55,4 @@ python prexport_handler () { } 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" -- cgit v1.2.3-54-g00ecf