]> code.ossystems Code Review - openembedded-core.git/commit
package: Drop do_package_write task
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Feb 2014 16:12:07 +0000 (16:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Feb 2014 16:18:57 +0000 (16:18 +0000)
commitcf70e15f063716f3227d467ab1f4bfc0018286f6
treeb8477b4c9992f2dd32a313c5e4cd3fa1aa2a1069
parentf9d04fcab577d1f48329a4cfe51b1e73fa5d9ba2
package: Drop do_package_write task

The reasons this task was introduced are lost in the mists of time. It
allowed for the a single "package_write" task instead of spelling out
the explicit package backends, however in all but one case we do that
anyway.

As such as might as well give in and delete the task, converting that
single reference into explicit dependencies.

This gives bitbake a bit less work to to when processing the runqueue
since there are less tasks (but more dependencies in some cases).

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