From 8885b7bfd314f9c654cf7a0937f00f5071fdb970 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 5 Feb 2016 11:25:34 +0000 Subject: bitbake: toaster: pkg_dependencies_popover just show direct dependencies In the dependencies popover just show direct dependency in the list rather than recommends, conflicts etc (Bitbake rev: e69b00532b011327bc2495a6fb52cfe98f0f897d) Signed-off-by: Michael Wood Signed-off-by: brian avery Signed-off-by: Richard Purdie --- .../toastergui/templates/snippets/pkg_dependencies_popover.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/toaster/toastergui') diff --git a/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html b/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html index a08409ac7f..a3fcdb09ed 100644 --- a/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html +++ b/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html @@ -1,9 +1,9 @@ {# Popover that displays the dependences and sizes of a package 'data' used in the Packages table #} -{% with data.package_dependencies_source.count as dep_count %} +{% with data.package_dependencies_source.all_depends.count as dep_count %} {% load projecttags %} {% if dep_count %}