diff options
author | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2021-01-05 13:47:26 +0200 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2021-01-05 13:47:26 +0200 |
commit | 1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686 (patch) | |
tree | c3c3151600d575a67d05739e1e8a38c0035f7472 /conf | |
parent | fbe62030264e8db90fddd68b40be059f72acddac (diff) | |
download | meta-mlinux-1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686.tar.gz meta-mlinux-1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686.tar.bz2 meta-mlinux-1b635509d3f417f8cc6c3e5ba6a1d46eea1d7686.zip |
switch to gpsd 3.20
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 4cdf5f5..3c4b348 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -72,4 +72,4 @@ require java.inc PREFERRED_VERSION_nodejs ?= "10.%" PREFERRED_VERSION_nodejs-native ?= "10.%" -PREFERRED_VERSION_gpsd ?= "3.16" +PREFERRED_VERSION_gpsd ?= "3.20" |