summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hoblistmodel.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hoblistmodel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
index 66b0efa6b3..15894d3781 100644
--- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
@@ -595,8 +595,8 @@ class RecipeListModel(gtk.ListStore):
595 595
596 depends = event_model["depends"].get(item, []) + event_model["rdepends-pn"].get(item, []) 596 depends = event_model["depends"].get(item, []) + event_model["rdepends-pn"].get(item, [])
597 597
598 if ('task-' in name): 598 if ('packagegroup.bbclass' in " ".join(inherits)):
599 atype = 'task' 599 atype = 'packagegroup'
600 elif ('image.bbclass' in " ".join(inherits)): 600 elif ('image.bbclass' in " ".join(inherits)):
601 if name != "hob-image": 601 if name != "hob-image":
602 atype = 'image' 602 atype = 'image'