diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2006-11-11 18:22:30 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2006-11-11 18:22:30 +0000 |
| commit | 4eb54f079356de0e82ff98cfc68a3ab254b38351 (patch) | |
| tree | 3e8fe453dc0f031e93b1d71860ffb1c02448e267 /classes | |
| parent | d6ed5ee9f9682d7de5012fac6528f46675cfb43c (diff) | |
| parent | 01b752a6cdf62a513886bd89bf649980f8ab1862 (diff) | |
merge of a83b40dbdf522cf477298e73d789074887799468
and e2fde1c5cf87c2b0a9be2dfac2a1a1937db68382
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/insane.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 75602d0f44..4ff867b62f 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -8,7 +8,7 @@ # -Check the RUNTIME path for the $TMPDIR # -Check if .la files wrongly point to workdir # -Check if .pc files wrongly point to workdir -# -Check if packages contains .dbg or .so files where they should be in -dev or -dbg +# -Check if packages contains .debug directories or .so files where they should be in -dev or -dbg # @@ -55,7 +55,7 @@ def package_qa_check_devdbg(path, name,d): if not "-dbg" in name: if '.debug' in path: - bb.error("QA Issue: non debug package contains .dbg file: %s" % name) + bb.error("QA Issue: non debug package contains .debug directory: %s" % name) def package_qa_check_perm(path,name,d): """ @@ -126,7 +126,7 @@ def package_qa_check_rdepends(pkg, workdir, d): # The PACKAGE FUNC to scan each package python do_package_qa () { bb.note("DO PACKAGE QA") - workdir = bb.data.getVar('WORKDIR', d, True) + workdir = bb.data.getVar('WORKDIR', d, True) packages = bb.data.getVar('PACKAGES',d, True) # no packages should be scanned |
