summaryrefslogtreecommitdiffstats
path: root/meta/classes/prexport.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-19 13:05:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-20 13:10:46 +0100
commitde1841d9c2a0ec1d7103335d450b5fbc2273804e (patch)
treef7d7b713aef596a0c81777f8947601f1894ee490 /meta/classes/prexport.bbclass
parent827400fd0927eaa1280bac6368f4d1199849c3ed (diff)
downloadpoky-de1841d9c2a0ec1d7103335d450b5fbc2273804e.tar.gz
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>
Diffstat (limited to 'meta/classes/prexport.bbclass')
-rw-r--r--meta/classes/prexport.bbclass2
1 files changed, 1 insertions, 1 deletions
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 () {
55} 55}
56 56
57addhandler prexport_handler 57addhandler prexport_handler
58prexport_handler bb.event.RecipeParsed bb.event.ParseStarted bb.event.ParseCompleted" 58prexport_handler[eventmask] = "bb.event.RecipeParsed bb.event.ParseStarted bb.event.ParseCompleted"