diff options
author | John Klug <john.klug@multitech.com> | 2021-01-11 17:48:26 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-11 17:48:26 -0600 |
commit | d537e5c157c8d640a5c085f9eb255a8e4e4f86e5 (patch) | |
tree | f759686e8f69d4ad2e150d9f00d137d1aa3d81fc /conf | |
parent | 6cb3c170628ebdbd707df59af1e0191552e24b0e (diff) | |
download | meta-mlinux-d537e5c157c8d640a5c085f9eb255a8e4e4f86e5.tar.gz meta-mlinux-d537e5c157c8d640a5c085f9eb255a8e4e4f86e5.tar.bz2 meta-mlinux-d537e5c157c8d640a5c085f9eb255a8e4e4f86e5.zip |
Move to gpsd 3.20, and remove libgps25 as redundant
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 6f58b38..205a9f0 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.20" +PREFERRED_VERSION_gpsd = "3.20" |