From 77238ff12bebf711951081ece47e74ec1882d1b0 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 23 Apr 2012 00:18:43 +0000 Subject: oe-stylize.py: Add SUMMARY variable Signed-off-by: Andreas Oberritter Signed-off-by: Koen Kooi --- contrib/oe-stylize.py | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/oe-stylize.py') diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py index e254b6a25f..07ed4f6e9f 100755 --- a/contrib/oe-stylize.py +++ b/contrib/oe-stylize.py @@ -28,6 +28,7 @@ __version__ = "$Revision: 0.5 $" # The standard set of variables often found in .bb files in the preferred order OE_vars = [ + 'SUMMARY', 'DESCRIPTION', 'AUTHOR', 'HOMEPAGE', -- cgit 1.2.3-korg