Searched refs:npm_unpack (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npmsw.py | 31 from bb.fetch2.npm import npm_unpack 259 npm_unpack(dep["localpath"], depdestdir, d) 263 npm_unpack(depsrcdir, depdestdir, d)
|
| H A D | npm.py | 71 def npm_unpack(tarball, destdir, d): function 296 npm_unpack(ud.localpath, destdir, d)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | npm.bbclass | 110 from bb.fetch2.npm import npm_unpack 209 npm_unpack(tarball, d.getVar("NPM_PACKAGE"), d)
|