summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2015-12-23 12:16:02 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-23 17:47:41 +0100
commit90bf67c0d2bf7061058be23705981e80929518a5 (patch)
treee8ba39f1dda78dae143aa2a97ce381be16cec8c6 /Config.in.legacy
parenta99b5cdfb329a0b36a5158db8bc3969b54a2ac47 (diff)
package/nodejs: bump version to 5.3.0
Replace 4.2.3 with 5.3.0. 5.3.0 is the current Stable release. See https://nodejs.org/en/blog/release/v5.3.0 for details on the release. Copied 4.2.3 patched to 5.3.0 with the following exceptions: - Removed 0004-fix-arm-vfpv2.patch, committed upstream and included in 5.3.0. See https://github.com/nodejs/node/commit/84dea1bd0c - Added 0004-Fix-va_list-not-declared.patch, fix for a new bug. This has already been fixed upstream but is not in 5.3.0 Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 82ab375b9..b67454cd1 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -248,6 +248,15 @@ config BR2_PACKAGE_INFOZIP
to avoid ambiguities with Info-Zip's UnZip which has been added
in the unzip package.
+config BR2_BR2_PACKAGE_NODEJS_4_X
+ bool "nodejs version 4.x has been removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_NODEJS
+ help
+ nodejs version 4.x has been removed. As an alternative,
+ the latest nodejs version has been automatically selected in
+ your configuration.
+
###############################################################################
comment "Legacy options removed in 2015.11"