summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 43d07e56d3..0fb718b23e 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -1236,7 +1236,7 @@ def get_checksum_file_list(d):
1236 if not found: 1236 if not found:
1237 bb.fatal(("Unable to get checksum for %s SRC_URI entry %s: file could not be found" 1237 bb.fatal(("Unable to get checksum for %s SRC_URI entry %s: file could not be found"
1238 "\nThe following paths were searched:" 1238 "\nThe following paths were searched:"
1239 "\n%s") % (d.getVar('BPN'), os.path.basename(f), '\n'.join(paths))) 1239 "\n%s") % (d.getVar('PN'), os.path.basename(f), '\n'.join(paths)))
1240 1240
1241 return " ".join(filelist) 1241 return " ".join(filelist)
1242 1242