[Buildroot] [PATCH 1/1] package/nodejs: Add node.js v4.1.2

Jörg Krause joerg.krause at embedded.rocks
Wed Oct 7 22:04:15 UTC 2015


Dear Peter Korsgaard,

On Mi, 2015-10-07 at 10:20 +0200, Peter Korsgaard wrote:
> > > > > > "Jaap" == Jaap Crezee <jaap at jcz.nl> writes:
> 
>  > Signed-off-by: Jaap Crezee <jaap at jcz.nl>
>  > ---
>  >  ...01-Remove-dependency-on-Python-bz2-module.patch | 31
> ++++++++++++++++++++++
>  >  package/nodejs/Config.in                           |  5 ++++
>  >  package/nodejs/nodejs.hash                         |  3 +++
>  >  3 files changed, 39 insertions(+)
>  >  create mode 100644 package/nodejs/4.1.2/0001-Remove-dependency-on
> -Python-bz2-module.patch
> 
>  > +++ b/package/nodejs/Config.in
>  > @@ -40,12 +40,17 @@ config BR2_BR2_PACKAGE_NODEJS_0_12_X
>  >  	bool "v0.12.7"
>  >  	depends on !BR2_ARM_CPU_ARMV5
>  
>  > +config BR2_BR2_PACKAGE_NODEJS_4_1_X
>  > +	bool "v4.1.2"
>  > +	depends on !BR2_ARM_CPU_ARMV5
>  > +
>  >  endchoice
>  
>  >  config BR2_PACKAGE_NODEJS_VERSION_STRING
>  >  	string
>  >  	default "0.10.40"	if BR2_BR2_PACKAGE_NODEJS_0_10_X
>  >  	default "0.12.7"	if BR2_BR2_PACKAGE_NODEJS_0_12_X
>  > +	default "4.1.2"     if BR2_BR2_PACKAGE_NODEJS_4_1_X
> 
> Is there a need to keep both 0.12.x and 4.1.x? The only reason we
> have a
> version selection is afaik that <ARMv7 is only supported in the old
> 0.10.x version.
> 

Yes, there is! Node.js applications written for Node.js 0.12.x are not
necessarily compatible with Node.js 4.x.

Best regards
Jörg Krause



More information about the buildroot mailing list