19807306 Userland gatelist shouldn't show entry for the "Package History" component
authorRich Burridge <rich.burridge@oracle.com>
Tue, 14 Oct 2014 13:47:57 -0700
changeset 2150 1acc968ac0d9
parent 2149 375b11f6f4bc
child 2151 8977d970976a
19807306 Userland gatelist shouldn't show entry for the "Package History" component
tools/gen-components
--- a/tools/gen-components	Tue Oct 14 10:52:42 2014 -0700
+++ b/tools/gen-components	Tue Oct 14 13:47:57 2014 -0700
@@ -126,6 +126,8 @@
     p5m_dirs = []
     for dir, _, files in os.walk(workspace + "/components"):
         for file in files:
+            if dir.endswith("meta-packages/history"):
+                continue;
             if file.endswith(".p5m"):
                 p5m_dirs.append(dir)