git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b74fea6
)
oe-stylize.py: Move exports up to before normal functions
author
Tom Rini
<tom_rini@mentor.com>
Wed, 1 Sep 2010 23:10:13 +0000
(16:10 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Wed, 1 Sep 2010 23:10:13 +0000
(16:10 -0700)
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>
contrib/oe-stylize.py
patch
|
blob
|
history
diff --git
a/contrib/oe-stylize.py
b/contrib/oe-stylize.py
index
f733050
..
0a1346c
100755
(executable)
--- 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',