summaryrefslogtreecommitdiffstats
path: root/package/nodejs/0.10.39/0003-use-python-variable.patch
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2015-07-14 14:20:03 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-14 16:02:01 +0200
commit20ad99535a6a8b5fc6c5f0da7afeae1169affcfd (patch)
tree53c883d5204634182509dbdb70d4af8a4e283c02 /package/nodejs/0.10.39/0003-use-python-variable.patch
parent23269765c8d99251157a5b90ebf59dcb51a26c1f (diff)
downloadbuildroot-20ad99535a6a8b5fc6c5f0da7afeae1169affcfd.tar.gz
buildroot-20ad99535a6a8b5fc6c5f0da7afeae1169affcfd.zip
package/nodejs: version bump to 0.10.40
Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nodejs/0.10.39/0003-use-python-variable.patch')
-rw-r--r--package/nodejs/0.10.39/0003-use-python-variable.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/package/nodejs/0.10.39/0003-use-python-variable.patch b/package/nodejs/0.10.39/0003-use-python-variable.patch
deleted file mode 100644
index f231f4c2f2..0000000000
--- a/package/nodejs/0.10.39/0003-use-python-variable.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Use a python variable instead of hardcoding Python
-
-The nodejs build system uses python in a number of locations. However,
-there are some locations where it hardcodes 'python' as the Python
-interpreter. However, this causes problems when we need to use python2
-instead of just python.
-
-This patch fixes that by using the python variable already in place in
-the nodejs build system.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/deps/v8/tools/gyp/v8.gyp
-===================================================================
---- a/deps/v8/tools/gyp/v8.gyp
-+++ b/deps/v8/tools/gyp/v8.gyp
-@@ -792,7 +792,7 @@
- '<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
- ],
- 'action': [
-- 'python',
-+ '<(python)',
- '../../tools/js2c.py',
- '<@(_outputs)',
- 'CORE',
-@@ -810,7 +810,7 @@
- '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
- ],
- 'action': [
-- 'python',
-+ '<(python)',
- '../../tools/js2c.py',
- '<@(_outputs)',
- 'EXPERIMENTAL',
-@@ -840,7 +840,7 @@
- '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc',
- ],
- 'action': [
-- 'python',
-+ '<(python)',
- '../../tools/gen-postmortem-metadata.py',
- '<@(_outputs)',
- '<@(heapobject_files)'
OpenPOWER on IntegriCloud