]> code.ossystems Code Review - openembedded-core.git/commit
classes/packagegroup: disable superfluous tasks
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 30 Aug 2012 21:07:05 +0000 (22:07 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:52 +0000 (22:52 -0700)
commitfde2b0db798f03cf297a0d466a9c3a444f1321f3
treee5c33450c798ea7d734316402976041bec4a4faa
parent0df5b9e4c4fdc1eef37d0203013f1e04939bf12e
classes/packagegroup: disable superfluous tasks

Disable tasks other than do_package* (similar to how image.bbclass
disables everything except do_rootfs). This saves a little time as well
as neatly avoiding the LIC_FILES_CHKSUM verification within do_configure
which is not needed for package groups.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/packagegroup.bbclass