Searched refs:dep_added (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | unit-test.py | 321 def build_dep_tree(name, pkgdir, dep_added, head, branch, dep_tree=None): 330 dep_added Current dict of dependencies and added status 352 if dep_added.get(dep) is None: 356 dep_added[dep] = False 361 dep_added = build_dep_tree( 362 dep, dep_pkgdir, dep_added, head, branch, new_child 366 if dep_added[dep]: 372 if not dep_added[name]: 373 dep_added[name] = True 375 return dep_added 320 build_dep_tree(name, pkgdir, dep_added, head, branch, dep_tree=None) global() argument 1470 dep_added = dict() global() variable [all...] |