[Toaster] [PATCH] Make sure we show the same dependencies as the popover

Michael Wood michael.g.wood at intel.com
Fri Mar 4 08:45:36 PST 2016


Sometimes when adding a package which is shown to have dependencies (tested with alsa-utils) the dependency dialog does not appear to show any dependencies, this is because of the multiple types of RDEPENDS and sometimes it is one or ther other. This patch does the same as the Package.all_depends method and returns you a list of dependencies regardless of whether they are RDEPENDS or TRDEPENDS. Future work on rationalising these fields needs to be done when we do some refactoring.

Michael Wood (1):
  toaster: views api Package info return both kinds of RDEPENDS

 bitbake/lib/toaster/toastergui/views.py | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

-- 
2.5.0



More information about the toaster mailing list