summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-09-01 16:10:13 -0700
committerTom Rini <tom_rini@mentor.com>2010-09-01 16:10:13 -0700
commit50320c145223777ff749947f231d2193b10989c8 (patch)
treeb25af1a00de6baaaf27aca11dded0dff0b1ee7ba /contrib
parentb74fea69cadf5795caf131c55716edfc7358e99c (diff)
downloadopenembedded-50320c145223777ff749947f231d2193b10989c8.tar.gz
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@mentor.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/oe-stylize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py
index f7330502af..0a1346c180 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',