summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/license.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index 4ebfc4fb92..b92838c030 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -223,7 +223,7 @@ def find_license_files(d):
223 bb.fatal('%s: %s' % (d.getVar('PF'), exc)) 223 bb.fatal('%s: %s' % (d.getVar('PF'), exc))
224 except SyntaxError: 224 except SyntaxError:
225 oe.qa.handle_error("license-syntax", 225 oe.qa.handle_error("license-syntax",
226 "%s: Failed to parse it's LICENSE field." % (d.getVar('PF')), d) 226 "%s: Failed to parse LICENSE: %s" % (d.getVar('PF'), d.getVar('LICENSE')), d)
227 # Add files from LIC_FILES_CHKSUM to list of license files 227 # Add files from LIC_FILES_CHKSUM to list of license files
228 lic_chksum_paths = defaultdict(OrderedDict) 228 lic_chksum_paths = defaultdict(OrderedDict)
229 for path, data in sorted(lic_chksums.items()): 229 for path, data in sorted(lic_chksums.items()):