[oe-commits] Chris Larson : src_distribute: force do_fetch execution in do_distribute_sources.

git version control git at git.openembedded.org
Wed Aug 19 21:57:06 UTC 2009


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

Author: Chris Larson <clarson at mvista.com>
Date:   Thu May  7 13:37:09 2009 -0700

src_distribute: force do_fetch execution in do_distribute_sources.

Works around src_distribute failures with the use of packaged staging.

Signed-off-by: Chris Larson <clarson at mvista.com>

---

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

diff --git a/classes/src_distribute.bbclass b/classes/src_distribute.bbclass
index 3a033b9..7d75c9e 100644
--- a/classes/src_distribute.bbclass
+++ b/classes/src_distribute.bbclass
@@ -5,6 +5,8 @@ addtask distribute_sources before do_build after do_fetch
 python do_distribute_sources () {
 	import os, re, bb
 
+	bb.build.exec_func("do_fetch", d)
+
 	l = bb.data.createCopy(d)
 	bb.data.update_data(l)
 





More information about the Openembedded-commits mailing list