From: Philipp Zabel Date: Tue, 5 Feb 2008 15:46:16 +0000 (+0000) Subject: oe-stylize.py: add support for the PE (package epoch) variable X-Git-Tag: Release-2010-05/1~7735 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f4c2d3847393f4e853c3f07a0ac4fc8ad3d9fb;p=openembedded.git oe-stylize.py: add support for the PE (package epoch) variable --- 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',