diff options
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch b/meta-oe/recipes-devtools/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch new file mode 100644 index 0000000000..324a4683d6 --- /dev/null +++ b/meta-oe/recipes-devtools/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | From c2aff16cc196a61f4ab1cdae4a91c7926123c239 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Zuzana Svetlikova <zsvetlik@redhat.com> | ||
| 3 | Date: Thu, 27 Apr 2017 14:25:42 +0200 | ||
| 4 | Subject: [PATCH] Disable running gyp on shared deps | ||
| 5 | |||
| 6 | --- | ||
| 7 | Makefile | 7 +++---- | ||
| 8 | 1 file changed, 3 insertions(+), 4 deletions(-) | ||
| 9 | |||
| 10 | diff --git a/Makefile b/Makefile | ||
| 11 | index 0a217bd893..e1229ad07f 100644 | ||
| 12 | --- a/Makefile | ||
| 13 | +++ b/Makefile | ||
| 14 | @@ -79,10 +79,9 @@ $(NODE_G_EXE): config.gypi out/Makefile | ||
| 15 | $(MAKE) -C out BUILDTYPE=Debug V=$(V) | ||
| 16 | if [ ! -r $@ -o ! -L $@ ]; then ln -fs out/Debug/$(NODE_EXE) $@; fi | ||
| 17 | |||
| 18 | -out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \ | ||
| 19 | - deps/zlib/zlib.gyp deps/v8/gypfiles/toolchain.gypi \ | ||
| 20 | - deps/v8/gypfiles/features.gypi deps/v8/src/v8.gyp node.gyp \ | ||
| 21 | - config.gypi | ||
| 22 | +out/Makefile: common.gypi deps/http_parser/http_parser.gyp \ | ||
| 23 | + deps/v8/gypfiles/toolchain.gypi deps/v8/gypfiles/features.gypi \ | ||
| 24 | + deps/v8/src/v8.gyp node.gyp config.gypi | ||
| 25 | $(PYTHON) tools/gyp_node.py -f make | ||
| 26 | |||
| 27 | config.gypi: configure | ||
| 28 | -- | ||
| 29 | 2.12.2 | ||
