aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-04-23 00:18:43 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-24 08:07:28 +0200
commit77238ff12bebf711951081ece47e74ec1882d1b0 (patch)
treed3a96d2c9803124aa8dfbf3ffb35db40967ee470 /contrib
parent9018be6edb57f47f0c8734e9fe02e846aa14e3c0 (diff)
downloadmeta-openembedded-contrib-77238ff12bebf711951081ece47e74ec1882d1b0.tar.gz
oe-stylize.py: Add SUMMARY variable
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/oe-stylize.py1
1 files changed, 1 insertions, 0 deletions
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',