diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 09:53:00 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 09:53:00 +0000 |
commit | 8dd6328e322ee6690929a3df6b1d10336ce3f8c3 (patch) | |
tree | aab57f1bfae83c6e2b72a19862c56c9ea68ff5bf /classes | |
parent | 3fa7b913efaddc2f7f26e8ab2f69049b4521b119 (diff) |
some lint fixes
BKrev: 415a85fcDRqfpbe9bFInrJY86xQj2g
Diffstat (limited to 'classes')
-rw-r--r-- | classes/oelint.oeclass | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/classes/oelint.oeclass b/classes/oelint.oeclass index d100fc6e4a..c4f24002e1 100644 --- a/classes/oelint.oeclass +++ b/classes/oelint.oeclass @@ -42,8 +42,6 @@ python do_lint() { # valid_sections = { # Current Section Correct section - "applications" : True, - "Applications" : "applications", "apps" : True, "audio" : True, "base" : True, @@ -54,7 +52,6 @@ python do_lint() { "devel" : True, "developing" : "devel", "devel/python" : True, - "dvb" : "multimedia", "fonts" : True, "games" : True, "games/libs" : True, @@ -63,7 +60,7 @@ python do_lint() { "gpe" : True, "gpe/libs" : True, "gui" : False, - "libc" : True, + "libc" : "libs", "libs" : True, "libs/net" : True, "multimedia" : True, @@ -83,13 +80,12 @@ python do_lint() { "opie/libs" : True, "opie/multimedia" : True, "opie/pim" : True, - "opie/setting" : True, + "opie/setting" : "opie/settings", "opie/settings" : True, "opie/Shell" : False, "opie/styles" : True, "opie/today" : True, "scientific" : True, - "tools" : "utils", "utils" : True, "x11" : True, "x11/libs" : True, @@ -116,7 +112,7 @@ python do_lint() { # Test for valid PRIORITY # valid_priorities = { - "standed" : True, + "standard" : True, "required" : True, "optional" : True, "extra" : True, |