diff options
author | Patrick <Patrick.Murphy@multitech.com> | 2019-11-15 09:43:36 -0600 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:21 +0300 |
commit | dd9e16007c79c7d52198f868d5b16de02448b24c (patch) | |
tree | b044a1c602cdfb5074452ae36a65d8b22455cdb4 /conf | |
parent | 1236b17c953e5d1fda37ae5729a49d10dc90efbb (diff) | |
download | meta-mlinux-dd9e16007c79c7d52198f868d5b16de02448b24c.tar.gz meta-mlinux-dd9e16007c79c7d52198f868d5b16de02448b24c.tar.bz2 meta-mlinux-dd9e16007c79c7d52198f868d5b16de02448b24c.zip |
addressed build error in migration to gpsd 3.18.1
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index a728be0..98ee5be 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -74,4 +74,4 @@ require java.inc PREFERRED_VERSION_nodejs ?= "10.%" PREFERRED_VERSION_nodejs-native ?= "10.%" -PREFERRED_VERSION_gpsd ?= "3.18" +PREFERRED_VERSION_gpsd ?= "3.18.%" |