Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcreate-spdx.bbclass724 dep_path = deploy_dir_spdx / "packages" / ("%s.spdx.json" % dep_pkg)
726 spdx_dep_doc, spdx_dep_sha1 = oe.sbom.read_doc(dep_path)
733 bb.fatal("Package '%s' not found in %s" % (dep_pkg, dep_path))