summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-03-27 16:11:38 -0500
committerJohn Klug <john.klug@multitech.com>2017-05-23 15:21:54 -0500
commit0be295f0fafb6e3333670bf6e1ecb45889d9d5c6 (patch)
tree79e1cd8daebd6388c327bdb6e3b8336a3ba31fcb /conf
parent14559d854833786c62a20fb6e0788890512f6ba4 (diff)
downloadmeta-mlinux-atmel-0be295f0fafb6e3333670bf6e1ecb45889d9d5c6.tar.gz
meta-mlinux-atmel-0be295f0fafb6e3333670bf6e1ecb45889d9d5c6.tar.bz2
meta-mlinux-atmel-0be295f0fafb6e3333670bf6e1ecb45889d9d5c6.zip
Tie the nodejs level to the minor level, not the micro.
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/mlinux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index 17b68c0..aa4b1ea 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -72,7 +72,7 @@ PREFERRED_PROVIDER_jpeg = "jpeg"
PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
require java.inc
-PREFERRED_VERSION_nodejs ?= "0.10.44"
-PREFERRED_VERSION_nodejs-native ?= "0.10.44"
+PREFERRED_VERSION_nodejs ?= "0.10.%"
+PREFERRED_VERSION_nodejs-native ?= "0.10.%"
PREFERRED_VERSION_gpsd ?= "3.16"