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:08:49 -0500 |
commit | 2c2dddc4471b89498a2776468855a39ed47bbf7c (patch) | |
tree | a008bdeac06ab514332cf11d98ddce35805eb48b /conf | |
parent | 7376260271d900ff1391736ee4cf875a271b6994 (diff) | |
download | meta-mlinux-2c2dddc4471b89498a2776468855a39ed47bbf7c.tar.gz meta-mlinux-2c2dddc4471b89498a2776468855a39ed47bbf7c.tar.bz2 meta-mlinux-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.conf | 3 |
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" |