package.bbclass: Add PACKAGESPLITFUNCS variable
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Feb 2013 17:31:30 +0000 (17:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 13:13:00 +0000 (13:13 +0000)
commit8f67ddace6bbd87b417fcd79ab85a6562e6ebde8
treee2994c660300d2ed5995571d91929b5a209e257b
parent63a11fa5a0416b5735feb0d7cce14fb47bf67fd4
package.bbclass: Add PACKAGESPLITFUNCS variable

Prepending to populate_packages is rather ugly and means its hard to trace
errors and also profiling informaiton is summed together in one function.

This patch starts to split out the prepends to become separate functions
to avoid these issues. This is generally a neater way to write functions
than prepending to where there can sometimes be variable scope issues
and we've been bitten by whitespace issues in the past.

(From OE-Core rev: 4f9963d1d82ee896fe9491d6a8b32be42cd06f14)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass
meta/classes/package.bbclass
meta/classes/update-alternatives.bbclass
meta/classes/update-rc.d_real.bbclass