package.bbclass: Split into two tasks, one which prepares the packages and then packa...
authorRichard Purdie <richard@openedhand.com>
Fri, 20 Oct 2006 16:09:05 +0000 (16:09 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 20 Oct 2006 16:09:05 +0000 (16:09 +0000)
commitb31dc9b8726c63c141bce321856c100dd963bb0a
tree20860f6b00d9f0a9a0fa861cc8593499f326ad2c
parent1763cb48886b7f5be9cacbc0f96c39a9cd931ac3
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_install/do_package tasks (wipe the do_xyz stamps from the stamps dir). Everything will repackage anyway due to the new task.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@807 311d38ba-8fff-0310-9ca6-ca027cbcb966
meta/classes/base.bbclass
meta/classes/debian.bbclass
meta/classes/package.bbclass
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass
meta/classes/package_tar.bbclass