소스 검색

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',