aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sanity.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/sanity.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/sanity.bbclass')
-rw-r--r--classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass
index dfb3010f82..8eb74530a2 100644
--- a/classes/sanity.bbclass
+++ b/classes/sanity.bbclass
@@ -141,7 +141,7 @@ def check_sanity(e):
if not abi.isdigit():
f = file(abifile, "w")
f.write(current_abi)
- elif abi == "3" and current_abi == "4":
+ elif abi == "3" and current_abi == "4":
import bb
bb.note("Converting staging from layout version 2 to layout version 3")
os.system(bb.data.expand("mv ${TMPDIR}/staging ${TMPDIR}/sysroots", e.data))