aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-04-21 19:31:05 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-04-26 19:15:47 -0700
commitc3a9525323250171be51e5edb6be7084eca48fad (patch)
treee5ca93616ccc508bf71f9b919a0a028a439fb5ad
parente2dbe5eb869b8336b91023b83d7ca866197efa73 (diff)
downloadopenembedded-core-contrib-c3a9525323250171be51e5edb6be7084eca48fad.tar.gz
insane.bbclass: remove workdir from package_qa_check_license()
The parameter workdir is not used in package_qa_check_license() Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-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):
trimmed = path.replace(os.path.join (d.getVar("PKGDEST", True), name), "")
package_qa_add_message(messages, "symlink-to-sysroot", "Symlink %s in %s points to TMPDIR" % (trimmed, name))
-def package_qa_check_license(workdir, d):
+def package_qa_check_license(d):
"""
Check for changes in the license files
"""
@@ -1211,7 +1211,7 @@ Missing inherit gettext?""" % (gt, config))
# Check license variables
###########################################################################
- package_qa_check_license(workdir, d)
+ package_qa_check_license(d)
###########################################################################
# Check unrecognised configure options (with a white list)