From a6a23f7369bf725b6acdf45a42967558b2221659 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 7 May 2009 13:37:09 -0700 Subject: 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 --- classes/src_distribute.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/src_distribute.bbclass') 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) -- cgit 1.2.3-korg