diff options
author | John Klug <john.klug@multitech.com> | 2017-08-10 09:08:49 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-10 09:12:30 -0500 |
commit | 2a9f57a51e1cf7b827adcc154a69fee67e990670 (patch) | |
tree | 42291f88efc4f7b4a3569b540c6b59ea6067023f /conf/distro/mlinux.conf | |
parent | 0af0ac9ee754c9cb94ae236d8619ede2f14c654b (diff) | |
download | meta-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
Diffstat (limited to 'conf/distro/mlinux.conf')
-rw-r--r-- | conf/distro/mlinux.conf | 3 |
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" |