src_distribute.bbclass: add distsrcall task which calls do_distribute_sources recursively

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1863 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-05 16:32:40 +00:00
parent f8e9384205
commit d950323772
1 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,9 @@ python do_distribute_sources () {
}
addtask distribute_sources before do_build after do_fetch
addtask distsrcall after do_distribute_sources
do_distall[recrdeptask] = "do_distribute_sources"
base_do_distsrcall() {
:
}