diff options
Diffstat (limited to 'contrib/oe-stylize.py')
-rwxr-xr-x | 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 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', |