diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-02-05 15:46:16 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2008-02-05 15:46:16 +0000 |
commit | 98f4c2d3847393f4e853c3f07a0ac4fc8ad3d9fb (patch) | |
tree | 7a6196a2dc92a02a162fc7ae9a0f17610050bb80 /contrib/oe-stylize.py | |
parent | 7fbdcedee6c1dca54259c9eb506521b5a513ee84 (diff) |
oe-stylize.py: add support for the PE (package epoch) variable
Diffstat (limited to 'contrib/oe-stylize.py')
-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 a92b58dc73..5658c1662d 100755 --- a/contrib/oe-stylize.py +++ b/contrib/oe-stylize.py @@ -42,6 +42,7 @@ OE_vars = [ 'RPROVIDES', 'RCONFLICTS', 'SRCDATE', + 'PE', 'PV', 'PR', 'SRC_URI', |