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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Oct 2011 16:13:36 +0000 (17:13 +0100)
commit207c484a1d01b5ab3adefaf4ac257effac4344ba
tree532db5e57a35401d1e8f03a5482d00033798e44b
parent71792ea8560e58627efa09581a8502b0bfcef8e3
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.

(From OE-Core rev: 6b6e0667871fb5f43b68440954c3ad629dfc92e7)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/src_distribute.bbclass
meta/classes/src_distribute_local.bbclass