diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 2 |
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 02d6332..50df156 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): if ('packagegroup.bbclass' in " ".join(inherits)): atype = 'packagegroup' - elif ('image.bbclass' in " ".join(inherits)): + elif ('/image.bbclass' in " ".join(inherits)): if "edited" not in name: atype = 'image' install = event_model["rdepends-pkg"].get(item, []) + event_model["rrecs-pkg"].get(item, []) |