From e6566322bd2856e14fbabd78a6307f6575ba3d8c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 25 Aug 2010 15:40:34 +0100 Subject: meta/classes: Fix whitespace mismatch and broken functions Signed-off-by: Richard Purdie --- meta/classes/base.bbclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta/classes/base.bbclass') diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 6824f8e51..d2d5da04c 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -120,12 +120,12 @@ SCENEFUNCS += "base_scenefunction" python base_scenefunction () { stamp = bb.data.getVar('STAMP', d, 1) + ".needclean" if os.path.exists(stamp): - bb.build.exec_func("do_clean", d) + bb.build.exec_func("do_clean", d) } python base_do_setscene () { - for f in (bb.data.getVar('SCENEFUNCS', d, 1) or '').split(): - bb.build.exec_func(f, d) + for f in (bb.data.getVar('SCENEFUNCS', d, 1) or '').split(): + bb.build.exec_func(f, d) if not os.path.exists(bb.data.getVar('STAMP', d, 1) + ".do_setscene"): bb.build.make_stamp("do_setscene", d) } @@ -299,8 +299,8 @@ python base_do_unpack() { local = bb.data.expand(bb.fetch.localpath(url, localdata), localdata) except bb.MalformedUrl, e: raise FuncFailed('Unable to generate local path for malformed uri: %s' % e) - if local is None: - continue + if local is None: + continue local = os.path.realpath(local) ret = oe_unpack_file(local, localdata, url) if not ret: -- cgit v1.2.3