[oe-commits] Chris Larson : src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow.

GIT User account git at amethyst.openembedded.net
Mon Dec 1 21:12:18 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d4709e08fee35253fde4f53ab5f6a092cc393a0a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d4709e08fee35253fde4f53ab5f6a092cc393a0a

Author: Chris Larson <clarson at kergoth.com>
Date:   Mon Dec  1 13:22:34 2008 -0700

src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow.

---

 classes/src_distribute.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/src_distribute.bbclass b/classes/src_distribute.bbclass
index a124739..30b2670 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() {
 	:
 }





More information about the Openembedded-commits mailing list