[oe-commits] org.oe.dev insane.bbclass: update message for -dbg packages

koen commit openembedded-commits at lists.openembedded.org
Mon Nov 6 08:51:56 UTC 2006


insane.bbclass: update message for -dbg packages

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 08a3a8938b2b392e8ffcc62d65c98fa825f2e5cd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=08a3a8938b2b392e8ffcc62d65c98fa825f2e5cd
Files:
1
classes/insane.bbclass
Diffs:

#
# mt diff -r240d6c01dd9f7893bfbfe6ce065a4a7d30b93468 -r08a3a8938b2b392e8ffcc62d65c98fa825f2e5cd
#
# 
# 
# patch "classes/insane.bbclass"
#  from [0265aadf5e62c406bc01c9c847e557c4d91da330]
#    to [1cedfecef804acbef9c084379c06d1186bb719b1]
# 
============================================================
--- classes/insane.bbclass	0265aadf5e62c406bc01c9c847e557c4d91da330
+++ classes/insane.bbclass	1cedfecef804acbef9c084379c06d1186bb719b1
@@ -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 @@ python do_package_qa () {
 # 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






More information about the Openembedded-commits mailing list