ui/crumbs/tasklistmodel: ignore tasks and images when marking dependencies
authorJoshua Lock <josh@linux.intel.com>
Wed, 20 Jul 2011 23:44:06 +0000 (16:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jul 2011 21:08:11 +0000 (22:08 +0100)
commit1065cce55b1b85a890943bcec227623f44527fbe
tree22789955c1f646cd73597003f298fe03c2f9b6ce
parent11113275511720cfd89b50197f5c5c77e53f3c89
ui/crumbs/tasklistmodel: ignore tasks and images when marking dependencies

When calculating what dependencies are affected by the removal of an item
we should ignore images and tasks as they are not constructs which make
sense in the GUI.
E.g: if we don't ignore tasks and remove opkg from an image based on
core-image-minimal the fact that opkg was brought in by task-core results
in task-core and all of the packages it brought in being removed and,
eventually, an empty image.

(Bitbake rev: 205b52bfc7f28af0c50fef1f741fae6af16fb0dc)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/tasklistmodel.py