瀏覽代碼

oe-stylize.py: Add SUMMARY variable

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Andreas Oberritter 13 年之前
父節點
當前提交
77238ff12b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      contrib/oe-stylize.py

+ 1 - 0
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',