From: Chris Larson Date: Mon, 1 Dec 2008 20:22:34 +0000 (-0700) Subject: src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow. X-Git-Tag: Release-2010-05/1~5006 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4709e08fee35253fde4f53ab5f6a092cc393a0a;p=openembedded.git src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow. --- 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() { : }