summaryrefslogtreecommitdiffstats
path: root/package/nodejs/0.10.48/0001-remove-python-bz2-dependency.patch
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2017-03-14 12:06:17 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-14 22:02:23 +0100
commitdfb3cf2ef4fc1dfb16adc92f019df90928755f08 (patch)
tree5c476c724fb588e655bae7219204a3dcd6ca8ade /package/nodejs/0.10.48/0001-remove-python-bz2-dependency.patch
parent87e9391e69cae06836723dcc5525e07d89c14acb (diff)
downloadbuildroot-dfb3cf2ef4fc1dfb16adc92f019df90928755f08.tar.gz
buildroot-dfb3cf2ef4fc1dfb16adc92f019df90928755f08.zip
package/nodejs: remove 0.10.x support
nodejs 0.10.x is now end of life and is no longer maintained so remove it. See https://github.com/nodejs/LTS 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.48/0001-remove-python-bz2-dependency.patch')
-rw-r--r--package/nodejs/0.10.48/0001-remove-python-bz2-dependency.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/nodejs/0.10.48/0001-remove-python-bz2-dependency.patch b/package/nodejs/0.10.48/0001-remove-python-bz2-dependency.patch
deleted file mode 100644
index 75fe437502..0000000000
--- a/package/nodejs/0.10.48/0001-remove-python-bz2-dependency.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Remove dependency on Python bz2 module
-
-The Python bz2 module is only needed in certain cases, so only import
-it when needed. In the normal nodejs build, this allows to remove the
-dependency on this module.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Index: b/deps/v8/tools/js2c.py
-===================================================================
---- a/deps/v8/tools/js2c.py
-+++ b/deps/v8/tools/js2c.py
-@@ -33,7 +33,6 @@
-
- import os, re, sys, string
- import jsmin
--import bz2
-
-
- def ToCAsciiArray(lines):
-@@ -344,6 +343,7 @@
- else:
- raw_sources_declaration = RAW_SOURCES_COMPRESSION_DECLARATION
- if env['COMPRESSION'] == 'bz2':
-+ import bz2
- all_sources = bz2.compress("".join(all_sources))
- total_length = len(all_sources)
- sources_data = ToCArray(all_sources)
OpenPOWER on IntegriCloud