package.bbclass: Split into two tasks, one which prepares the packages and then packa...
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 20 Oct 2006 16:09:20 +0000 (16:09 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Fri, 20 Oct 2006 16:09:20 +0000 (16:09 +0000)
commita8be7e0efd18848795c0253a7e99128e028a3768
tree440bcd3e2066a27cd4fa0110e7cb7398a55b6050
parentaac32c2eee74418bac9ceb763eeab6232cad130b
package.bbclass: Split into two tasks, one which prepares the packages and then package_write which actually generates the packages. The two stage approach allows us to avoid circular dependency issues from classes like debian.bbclass. As the data being emitted into pkgdata/ changed, you need to either wipe tmp or rerun the do_package tasks (wipe the do_package stamps). Everything will repackage anyway due to the new task.
classes/base.bbclass
classes/debian.bbclass
classes/package.bbclass
classes/package_ipk.bbclass
classes/package_rpm.bbclass
classes/package_tar.bbclass