summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb
index 443cdc430d..1ef01cc3b2 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb
@@ -96,7 +96,7 @@ python prune_sources() {
96 if 'zlib' in d.getVar('PACKAGECONFIG'): 96 if 'zlib' in d.getVar('PACKAGECONFIG'):
97 shutil.rmtree(d.getVar('S') + '/deps/zlib') 97 shutil.rmtree(d.getVar('S') + '/deps/zlib')
98} 98}
99do_unpack[postfuncs] += "prune_sources" 99do_patch[postfuncs] += "prune_sources"
100 100
101# V8's JIT infrastructure requires binaries such as mksnapshot and 101# V8's JIT infrastructure requires binaries such as mksnapshot and
102# mkpeephole to be run in the host during the build. However, these 102# mkpeephole to be run in the host during the build. However, these