summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/npm.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/npm.py')
-rw-r--r--bitbake/lib/bb/fetch2/npm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/npm.py b/bitbake/lib/bb/fetch2/npm.py
index f83485ad85..15f3f19bc8 100644
--- a/bitbake/lib/bb/fetch2/npm.py
+++ b/bitbake/lib/bb/fetch2/npm.py
@@ -298,6 +298,7 @@ class Npm(FetchMethod):
298 destsuffix = ud.parm.get("destsuffix", "npm") 298 destsuffix = ud.parm.get("destsuffix", "npm")
299 destdir = os.path.join(rootdir, destsuffix) 299 destdir = os.path.join(rootdir, destsuffix)
300 npm_unpack(ud.localpath, destdir, d) 300 npm_unpack(ud.localpath, destdir, d)
301 ud.unpack_tracer.unpack("npm", destdir)
301 302
302 def clean(self, ud, d): 303 def clean(self, ud, d):
303 """Clean any existing full or partial download""" 304 """Clean any existing full or partial download"""