aboutsummaryrefslogtreecommitdiffstats
path: root/classes/packaged-staging.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-06-17 14:03:20 -0700
committerChris Larson <chris_larson@mentor.com>2010-06-17 14:05:28 -0700
commitaa8bef28a22bb4d70b482dcb3ba57fbab77cf10d (patch)
tree406b960e3f6f94b6be6f6aa4207b7244688da0ca /classes/packaged-staging.bbclass
parenta84b681daad0736a1ff6e10c7c30fb31ba4d0351 (diff)
downloadopenembedded-aa8bef28a22bb4d70b482dcb3ba57fbab77cf10d.tar.gz
Indentation fixups, caught by python -t
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes/packaged-staging.bbclass')
-rw-r--r--classes/packaged-staging.bbclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index 8a98940c09..09e86ae99e 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -259,8 +259,8 @@ python packagestage_scenefunc () {
# Remove the stamps and files we added above
# FIXME - we should really only remove the stamps we added
- for fname in glob.glob(stamp + '.*'):
- oe.path.remove(fname)
+ for fname in glob.glob(stamp + '.*'):
+ oe.path.remove(fname)
oe.path.remove(bb.data.expand("${WORKDIR}/tstage", d))
if stageok:
@@ -295,8 +295,8 @@ python packagedstage_stampfixing_eventhandler() {
# so we need to remove the autogenerated stamps.
for task in taskscovered:
covered = "%s.do_%s" % (e.stampPrefix[fn], task)
- oe.path.remove(covered)
- oe.path.remove(stamp)
+ oe.path.remove(covered)
+ oe.path.remove(stamp)
}
populate_sysroot_preamble () {