aboutsummaryrefslogtreecommitdiffstats
path: root/classes/src_distribute.bbclass
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-05-07 13:37:09 -0700
committerChris Larson <clarson@mvista.com>2009-08-19 14:54:30 -0700
commita6a23f7369bf725b6acdf45a42967558b2221659 (patch)
treedc50cb53ea71f953aecebdca113aa583740890df /classes/src_distribute.bbclass
parentee09ed852dd3e6a831a9ae5c31f260a4a9057645 (diff)
downloadopenembedded-a6a23f7369bf725b6acdf45a42967558b2221659.tar.gz
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@mvista.com>
Diffstat (limited to 'classes/src_distribute.bbclass')
-rw-r--r--classes/src_distribute.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/src_distribute.bbclass b/classes/src_distribute.bbclass
index 3a033b9673..7d75c9e16f 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)