Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_npm.py119 def _handle_licenses(self, srctree, shrinkwrap_file, dev): argument
152 with open(shrinkwrap_file, "r") as f:
218 shrinkwrap_file = self._generate_shrinkwrap(d, srctree, dev)
220 with open(shrinkwrap_file, "r") as f:
227 shrinkwrap_copy = shrinkwrap_file + ".copy"
228 bb.utils.copyfile(shrinkwrap_file, shrinkwrap_copy)
232 url_local = "npmsw://%s" % shrinkwrap_file
261 (licfiles, packages) = self._handle_licenses(srctree, shrinkwrap_file, dev)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py70 ud.shrinkwrap_file = re.sub(r"^npmsw://", "", ud.url.split(";")[0])
179 with open(ud.shrinkwrap_file, "r") as f:
247 bb.utils.copyfile(ud.shrinkwrap_file,