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
290 npm_unpack(dep["localpath"], depdestdir, d)
294 npm_unpack(depsrcdir, depdestdir, d)
H A Dnpm.py74 def npm_unpack(tarball, destdir, d): function
300 npm_unpack(ud.localpath, destdir, d)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass111 from bb.fetch2.npm import npm_unpack
221 npm_unpack(tarball, d.getVar("NPM_PACKAGE"), d)