diff options
author | John Klug <john.klug@multitech.com> | 2017-03-27 16:11:38 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 0be295f0fafb6e3333670bf6e1ecb45889d9d5c6 (patch) | |
tree | 79e1cd8daebd6388c327bdb6e3b8336a3ba31fcb | |
parent | 14559d854833786c62a20fb6e0788890512f6ba4 (diff) | |
download | meta-mlinux-0be295f0fafb6e3333670bf6e1ecb45889d9d5c6.tar.gz meta-mlinux-0be295f0fafb6e3333670bf6e1ecb45889d9d5c6.tar.bz2 meta-mlinux-0be295f0fafb6e3333670bf6e1ecb45889d9d5c6.zip |
Tie the nodejs level to the minor level, not the micro.
-rw-r--r-- | conf/distro/mlinux.conf | 4 |
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" |