diff options
Diffstat (limited to 'meta/classes/src_distribute.bbclass')
-rw-r--r-- | meta/classes/src_distribute.bbclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/classes/src_distribute.bbclass b/meta/classes/src_distribute.bbclass index 157e22bcef..68fa787a21 100644 --- a/meta/classes/src_distribute.bbclass +++ b/meta/classes/src_distribute.bbclass | |||
@@ -19,3 +19,9 @@ python do_distribute_sources () { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | addtask distribute_sources before do_build after do_fetch | 21 | addtask distribute_sources before do_build after do_fetch |
22 | |||
23 | addtask distsrcall after do_distribute_sources | ||
24 | do_distall[recrdeptask] = "do_distribute_sources" | ||
25 | base_do_distsrcall() { | ||
26 | : | ||
27 | } | ||