]> code.ossystems Code Review - openembedded-core.git/commit
src_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Oct 2011 13:04:43 +0000 (13:04 +0000)
committerSaul Wold <sgw@linux.intel.com>
Thu, 20 Oct 2011 02:58:45 +0000 (19:58 -0700)
commit6b6e0667871fb5f43b68440954c3ad629dfc92e7
treebea9f145350895c9b067d9e7acb92c39af051153
parent9ef39459383f38cd45203e1f9be046d6100268b8
src_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten

The code used to reference unavailable variables and mistakenly define
the tasks so fully demonstrating this have not been in use for a
while.

During the code rewrite, it was extended to copy also the patches into
the source distribution directory but using the PF as prefix to avoid
name colision among other recipes.

As 'distsrcall' task was not properly defined and noone noticed it,
until now, it got renamed to 'distribute_sources_all' as it is a
better and more meanful name for the task.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/classes/src_distribute.bbclass
meta/classes/src_distribute_local.bbclass