Searched refs:npm_unpack (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 31 from bb.fetch2.npm import npm_unpack 290 npm_unpack(dep["localpath"], depdestdir, d) 294 npm_unpack(depsrcdir, depdestdir, d)
|
H A D | npm.py | 74 def npm_unpack(tarball, destdir, d): function 300 npm_unpack(ud.localpath, destdir, d)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | npm.bbclass | 111 from bb.fetch2.npm import npm_unpack 221 npm_unpack(tarball, d.getVar("NPM_PACKAGE"), d)
|