mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 00:07:17 +00: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:
parent
f8e9384205
commit
d950323772
@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user