Home
last modified time | relevance | path

Searched refs:npm_unpack (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py31 from bb.fetch2.npm import npm_unpack
268 npm_unpack(dep["localpath"], depdestdir, d)
272 npm_unpack(depsrcdir, depdestdir, d)
H A Dnpm.py75 def npm_unpack(tarball, destdir, d): function
301 npm_unpack(ud.localpath, destdir, d)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass113 from bb.fetch2.npm import npm_unpack
223 npm_unpack(tarball, d.getVar("NPM_PACKAGE"), d)