Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py983 def _get_layer_version_for_dependency(self, pathRE): argument
996 if pathRE.endswith("/"):
997 pathRE = pathRE[:-1]
999 p = re.compile(pathRE)
1000 path=re.sub(r'[$^]',r'',pathRE)
1017 pathRE,