Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py202 def file_path_match(file_path, pkg_file): argument
203 if file_path.lstrip("/") == pkg_file.name.lstrip("/"):
206 for e in pkg_file.extension:
233 if not any(file_path_match(file_path, pkg_file) for pkg_file in package_files):
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass223 for pkg_file in package_files:
224 if file_path.lstrip("/") == pkg_file.fileName.lstrip("/"):
263 package_doc.add_relationship(pkg_file, "GENERATED_FROM", ref_id, comment=debugsrc)