Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py28 def fix_path(dep_path): argument
32 dep_path = dep_path[dep_path.find(pivot)+len(pivot):]
34 if '/usr/bin' in dep_path:
35 dep_path = dep_path.replace('/usr/bin','${bindir}')
38 if '/usr/lib32' in dep_path:
39 dep_path = dep_path.replace('/usr/lib32','${libdir}')
40 if '/usr/lib64' in dep_path:
41 dep_path = dep_path.replace('/usr/lib64','${libdir}')
42 if '/usr/lib' in dep_path:
43 dep_path = dep_path.replace('/usr/lib','${libdir}')
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass689dep_path = oe.sbom.doc_find_by_hashfn(deploy_dir_spdx, package_archs, dep_pkg, dep_hashfn)
690 if not dep_path:
693 spdx_dep_doc, spdx_dep_sha1 = oe.sbom.read_doc(dep_path)
700 bb.fatal("Package '%s' not found in %s" % (dep_pkg, dep_path))
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom30.py845 dep_objset, dep_path = find_by_spdxid(self.d, spdxid)