Home
last modified time | relevance | path

Searched refs:dep_added (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py318 def build_dep_tree(name, pkgdir, dep_added, head, branch, dep_tree=None): argument
349 if dep_added.get(dep) is None:
353 dep_added[dep] = False
358 dep_added = build_dep_tree(
359 dep, dep_pkgdir, dep_added, head, branch, new_child
363 if dep_added[dep]:
369 if not dep_added[name]:
370 dep_added[name] = True
372 return dep_added
1393 dep_added = dict() variable
[all …]