diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 15:24:22 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 15:24:33 -0700 |
commit | f554f67dfddb4093b9084c75f7910430d2f19b36 (patch) | |
tree | 97f6baace2a5d1e8429223179da60c9c36104c96 /contrib | |
parent | 280a17bc1d8132f97cf6a89b8bc08a32380fa357 (diff) |
oe-stylize.py: Add INC_PR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/oe-stylize.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py index 21e02adbf3..f7330502af 100755 --- a/contrib/oe-stylize.py +++ b/contrib/oe-stylize.py @@ -45,6 +45,7 @@ OE_vars = [ 'PE', 'PV', 'PR', + 'INC_PR', 'SRC_URI', 'S', 'GPE_TARBALL_SUFFIX', |