[oe] [meta-oe][PATCH] oe-stylize.py: Add SUMMARY variable

Andreas Oberritter obi at opendreambox.org
Mon Apr 23 00:18:43 UTC 2012


Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 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 e254b6a..07ed4f6 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',
-- 
1.7.5.4





More information about the Openembedded-devel mailing list