changeset 2150 | 1acc968ac0d9 |
parent 2140 | ba3091d7e9b6 |
child 3770 | ca450a806cc1 |
--- 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)