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.py212 def file_path_match(file_path, pkg_file): argument
213 if file_path.lstrip("/") == pkg_file.name.lstrip("/"):
216 for e in pkg_file.extension:
243 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.bbclass225 for pkg_file in package_files:
226 if file_path.lstrip("/") == pkg_file.fileName.lstrip("/"):
265 package_doc.add_relationship(pkg_file, "GENERATED_FROM", ref_id, comment=debugsrc)