]> code.ossystems Code Review - openembedded-core.git/commit
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:39:44 +0000 (17:39 +0000)
commit9a414a57ad69a426a8d8a2970c42ca7427240615
treee88892b028fff00f386fe8681b46e593dad177b7
parentd9130e5113c8f93f327fbe19dbfe39036c1c3995
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.

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