summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/buildinfohelper.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/buildinfohelper.py')
-rw-r--r--bitbake/lib/bb/ui/buildinfohelper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py
index 2b0298e99e..a1a91157bb 100644
--- a/bitbake/lib/bb/ui/buildinfohelper.py
+++ b/bitbake/lib/bb/ui/buildinfohelper.py
@@ -618,7 +618,6 @@ class BuildInfoHelper(object):
618 recipe_info['licensing_info'] = 'Not Available' 618 recipe_info['licensing_info'] = 'Not Available'
619 recipe_info['homepage'] = event._depgraph['pn'][pn]['homepage'] 619 recipe_info['homepage'] = event._depgraph['pn'][pn]['homepage']
620 recipe_info['bugtracker'] = event._depgraph['pn'][pn]['bugtracker'] 620 recipe_info['bugtracker'] = event._depgraph['pn'][pn]['bugtracker']
621 recipe_info['author'] = 'Not Available'
622 recipe_info['file_path'] = file_name 621 recipe_info['file_path'] = file_name
623 recipe = self.orm_wrapper.get_update_recipe_object(recipe_info) 622 recipe = self.orm_wrapper.get_update_recipe_object(recipe_info)
624 if 'inherits' in event._depgraph['pn'][pn].keys(): 623 if 'inherits' in event._depgraph['pn'][pn].keys():