diff options
Diffstat (limited to 'meta/classes-global')
-rw-r--r-- | meta/classes-global/license.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/license.bbclass b/meta/classes-global/license.bbclass index 560acb8b6f..23625f0104 100644 --- a/meta/classes-global/license.bbclass +++ b/meta/classes-global/license.bbclass | |||
@@ -229,7 +229,7 @@ def find_license_files(d): | |||
229 | bb.fatal('%s: %s' % (d.getVar('PF'), exc)) | 229 | bb.fatal('%s: %s' % (d.getVar('PF'), exc)) |
230 | except SyntaxError: | 230 | except SyntaxError: |
231 | oe.qa.handle_error("license-syntax", | 231 | oe.qa.handle_error("license-syntax", |
232 | "%s: Failed to parse it's LICENSE field." % (d.getVar('PF')), d) | 232 | "%s: Failed to parse LICENSE: %s" % (d.getVar('PF'), d.getVar('LICENSE')), d) |
233 | # Add files from LIC_FILES_CHKSUM to list of license files | 233 | # Add files from LIC_FILES_CHKSUM to list of license files |
234 | lic_chksum_paths = defaultdict(OrderedDict) | 234 | lic_chksum_paths = defaultdict(OrderedDict) |
235 | for path, data in sorted(lic_chksums.items()): | 235 | for path, data in sorted(lic_chksums.items()): |