summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch b/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch
index 356c98d17..059b5cc07 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch
+++ b/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch
@@ -29,10 +29,13 @@ python prune_sources() {
29} 29}
30do_unpack[postfuncs] += "prune_sources" 30do_unpack[postfuncs] += "prune_sources"
31 31
32Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
32--- 33---
33 Makefile | 2 +- 34 Makefile | 2 +-
34 1 file changed, 1 insertion(+), 1 deletion(-) 35 1 file changed, 1 insertion(+), 1 deletion(-)
35 36
37diff --git a/Makefile b/Makefile
38index 0be0659d..3c442014 100644
36--- a/Makefile 39--- a/Makefile
37+++ b/Makefile 40+++ b/Makefile
38@@ -169,7 +169,7 @@ with-code-cache test-code-cache: 41@@ -169,7 +169,7 @@ with-code-cache test-code-cache:
@@ -41,6 +44,8 @@ do_unpack[postfuncs] += "prune_sources"
41 out/Makefile: config.gypi common.gypi node.gyp \ 44 out/Makefile: config.gypi common.gypi node.gyp \
42- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ 45- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
43+ deps/llhttp/llhttp.gyp \ 46+ deps/llhttp/llhttp.gyp \
44 deps/simdutf/simdutf.gyp \ 47 deps/simdutf/simdutf.gyp deps/ada/ada.gyp \
45 tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ 48 tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
46 tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp 49 tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
50--
512.40.0