summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/crumbs/hoblistmodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
index 02d63322d7..50df156f4d 100644
--- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
@@ -703,7 +703,7 @@ class RecipeListModel(gtk.ListStore):
703 703
704 if ('packagegroup.bbclass' in " ".join(inherits)): 704 if ('packagegroup.bbclass' in " ".join(inherits)):
705 atype = 'packagegroup' 705 atype = 'packagegroup'
706 elif ('image.bbclass' in " ".join(inherits)): 706 elif ('/image.bbclass' in " ".join(inherits)):
707 if "edited" not in name: 707 if "edited" not in name:
708 atype = 'image' 708 atype = 'image'
709 install = event_model["rdepends-pkg"].get(item, []) + event_model["rrecs-pkg"].get(item, []) 709 install = event_model["rdepends-pkg"].get(item, []) + event_model["rrecs-pkg"].get(item, [])