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.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 cffe6e14b4..02d63322d7 100644
--- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
+++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
@@ -704,7 +704,7 @@ class RecipeListModel(gtk.ListStore):
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 name != "hob-image": 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, [])
710 elif ('meta-' in name): 710 elif ('meta-' in name):