summaryrefslogtreecommitdiffstats
path: root/package/nodejs/nodejs.mk
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 /package/nodejs/nodejs.mk
parenta99b5cdfb329a0b36a5158db8bc3969b54a2ac47 (diff)
downloadbuildroot-90bf67c0d2bf7061058be23705981e80929518a5.tar.gz
buildroot-90bf67c0d2bf7061058be23705981e80929518a5.zip
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 'package/nodejs/nodejs.mk')
-rw-r--r--package/nodejs/nodejs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 7ede89d2f1..af47b269c8 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -5,7 +5,7 @@
################################################################################
NODEJS_VERSION = $(call qstrip,$(BR2_PACKAGE_NODEJS_VERSION_STRING))
-ifeq ($(BR2_BR2_PACKAGE_NODEJS_4_X),y)
+ifeq ($(BR2_PACKAGE_NODEJS_5_X),y)
NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz
else
NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.gz
OpenPOWER on IntegriCloud