summaryrefslogtreecommitdiff
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:12:30 -0500
commit2a9f57a51e1cf7b827adcc154a69fee67e990670 (patch)
tree42291f88efc4f7b4a3569b540c6b59ea6067023f
parent0af0ac9ee754c9cb94ae236d8619ede2f14c654b (diff)
downloadmeta-mlinux-2a9f57a51e1cf7b827adcc154a69fee67e990670.tar.gz
meta-mlinux-2a9f57a51e1cf7b827adcc154a69fee67e990670.tar.bz2
meta-mlinux-2a9f57a51e1cf7b827adcc154a69fee67e990670.zip
NodeJS must not go above 0.10.x, because of instruction set dependencies
-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 34ddc40..5f79612 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"