summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/insane.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index c57b21735d..a1d23d055b 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -672,7 +672,7 @@ def package_qa_check_symlink_to_sysroot(path, name, d, elf, messages):
672 trimmed = path.replace(os.path.join (d.getVar("PKGDEST", True), name), "") 672 trimmed = path.replace(os.path.join (d.getVar("PKGDEST", True), name), "")
673 package_qa_add_message(messages, "symlink-to-sysroot", "Symlink %s in %s points to TMPDIR" % (trimmed, name)) 673 package_qa_add_message(messages, "symlink-to-sysroot", "Symlink %s in %s points to TMPDIR" % (trimmed, name))
674 674
675def package_qa_check_license(workdir, d): 675def package_qa_check_license(d):
676 """ 676 """
677 Check for changes in the license files 677 Check for changes in the license files
678 """ 678 """
@@ -1211,7 +1211,7 @@ Missing inherit gettext?""" % (gt, config))
1211 # Check license variables 1211 # Check license variables
1212 ########################################################################### 1212 ###########################################################################
1213 1213
1214 package_qa_check_license(workdir, d) 1214 package_qa_check_license(d)
1215 1215
1216 ########################################################################### 1216 ###########################################################################
1217 # Check unrecognised configure options (with a white list) 1217 # Check unrecognised configure options (with a white list)