mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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:
@@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user