[oe-commits] Tom Rini : oe-stylize.py: Move exports up to before normal functions

git version control git at git.openembedded.org
Mon Sep 13 18:10:20 UTC 2010


Module: openembedded.git
Branch: testing
Commit: 50320c145223777ff749947f231d2193b10989c8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=50320c145223777ff749947f231d2193b10989c8

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Sep  1 16:10:13 2010 -0700

oe-stylize.py: Move exports up to before normal functions

As Mickey pointed out, these modify all functions so it helps
reading comprehension if they are listed before them.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 contrib/oe-stylize.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py
index f733050..0a1346c 100755
--- a/contrib/oe-stylize.py
+++ b/contrib/oe-stylize.py
@@ -51,6 +51,7 @@ OE_vars = [
     'GPE_TARBALL_SUFFIX',
     'inherit',
     'EXTRA_',
+    'export',
     'do_fetch',
     'do_unpack',
     'do_patch',
@@ -67,7 +68,6 @@ OE_vars = [
     'addhandler',
     'addtask',
     'bindir',
-    'export',
     'headers',
     'include',
     'includedir',





More information about the Openembedded-commits mailing list