aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-09-10 13:44:34 -0700
committerChris Larson <chris_larson@mentor.com>2010-09-10 13:44:34 -0700
commit8607ea2929684714dbbc28f53023de92cf7c1bdf (patch)
treed7b43ffb6758aae77fd19bbed08809709db8bf2c /classes
parent15c1b7982f68f7323a4d38fbcd73424e82261381 (diff)
downloadopenembedded-8607ea2929684714dbbc28f53023de92cf7c1bdf.tar.gz
packaged-staging: add missing debug level
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/packaged-staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index d251102f13..377b8de3b1 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -94,7 +94,7 @@ def pstage_manualclean(srcname, destvarname, d):
dest = bb.data.getVar(destvarname, d, True)
for walkroot, dirs, files in os.walk(src):
- bb.debug("rm %s" % walkroot)
+ bb.debug(2, "rm %s" % walkroot)
for file in files:
# Avoid breaking the held lock
if (file == "staging.lock"):