summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-08-10 09:08:49 -0500
committerJohn Klug <john.klug@multitech.com>2017-08-10 09:08:49 -0500
commit2c2dddc4471b89498a2776468855a39ed47bbf7c (patch)
treea008bdeac06ab514332cf11d98ddce35805eb48b /conf
parent7376260271d900ff1391736ee4cf875a271b6994 (diff)
downloadmeta-mlinux-atmel-2c2dddc4471b89498a2776468855a39ed47bbf7c.tar.gz
meta-mlinux-atmel-2c2dddc4471b89498a2776468855a39ed47bbf7c.tar.bz2
meta-mlinux-atmel-2c2dddc4471b89498a2776468855a39ed47bbf7c.zip
NodeJS must not go above 0.10.x, because of instruction set dependencies
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/mlinux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index 52799b8..bdd01fc 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -72,4 +72,7 @@ PREFERRED_PROVIDER_jpeg = "jpeg"
PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
require java.inc
+PREFERRED_VERSION_nodejs ?= "0.10.%"
+PREFERRED_VERSION_nodejs-native ?= "0.10.%"
+
PREFERRED_VERSION_gpsd ?= "3.16"