package/nodejs: fix architectural dependencies on ARM
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 19 Oct 2015 21:59:07 +0000 (23:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Oct 2015 07:55:00 +0000 (09:55 +0200)
commitf443386c5de43791b87339954783acdb7023442e
tree9108da7f9e907fc25814e7a97c4b3ace280873e3
parentb312807fb8cfcb25cdbfc2880e15471e7973b0ab
package/nodejs: fix architectural dependencies on ARM

On ARM, starting with v0.12.x, the V8 JS engine is now requires at least
an armv6 and at least a VFPv2.

Since we're about to introduce the v4.x version, which has the same
requirements, introduce an intermediate variable to hold that condition.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Jörg Krause <joerg.krause@embedded.rocks>
Cc: Martin Bark <martin@barkynet.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/nodejs/Config.in