summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/buildinfohelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py
index b511abe7ad..06a44905ea 100644
--- a/bitbake/lib/bb/ui/buildinfohelper.py
+++ b/bitbake/lib/bb/ui/buildinfohelper.py
@@ -890,7 +890,7 @@ class BuildInfoHelper(object):
890 file_path__endswith = recipe_information['file_path'], 890 file_path__endswith = recipe_information['file_path'],
891 name = recipename) 891 name = recipename)
892 except Recipe.DoesNotExist: 892 except Recipe.DoesNotExist:
893 logger.error("Could not find recipe for recipe_information %s name %s" % (pformat(recipe_information), name)) 893 logger.error("Could not find recipe for recipe_information %s name %s" % (pformat(recipe_information), recipename))
894 raise 894 raise
895 895
896 task_information = {} 896 task_information = {}