aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2008-12-01 13:22:34 -0700
committerChris Larson <clarson@kergoth.com>2008-12-01 13:32:45 -0700
commitd4709e08fee35253fde4f53ab5f6a092cc393a0a (patch)
tree0a78346c14423f4931f0674b16eb8c8d49113ff4 /classes
parent42c5793dced31d7f0e30dcd93745b024bb81099c (diff)
downloadopenembedded-d4709e08fee35253fde4f53ab5f6a092cc393a0a.tar.gz
src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow.
Diffstat (limited to 'classes')
-rw-r--r--classes/src_distribute.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/src_distribute.bbclass b/classes/src_distribute.bbclass
index a12473950a..30b2670011 100644
--- a/classes/src_distribute.bbclass
+++ b/classes/src_distribute.bbclass
@@ -23,7 +23,7 @@ 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"
+do_distsrcall[recrdeptask] = "do_distribute_sources"
base_do_distsrcall() {
:
}