package/populate_sdk: Move functions from package_* to populate_sdk_*
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Mar 2013 17:36:53 +0000 (17:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Mar 2013 17:40:27 +0000 (17:40 +0000)
commite12e525a7382bc224b61e2eac10e6d3ee35b6943
tree139be47075a34e92b1938cbfab6e85b76f5261e2
parent76a43860df4f02f0725e4098906cafd36119acca
package/populate_sdk: Move functions from package_* to populate_sdk_*

This fixes build failures introduced with "classes/buildhistory: implement history
collection for SDK" by moving the functions to files where only the specific image
type which is enabled is inherited. The failures occured when multiple PACKAGE_CLASSES
were enabled.

(From OE-Core rev: 9a414a57ad69a426a8d8a2970c42ca7427240615)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass
meta/classes/populate_sdk_deb.bbclass
meta/classes/populate_sdk_ipk.bbclass
meta/classes/populate_sdk_rpm.bbclass