From 98f4c2d3847393f4e853c3f07a0ac4fc8ad3d9fb Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 5 Feb 2008 15:46:16 +0000 Subject: oe-stylize.py: add support for the PE (package epoch) variable --- contrib/oe-stylize.py | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3