diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2022-01-21 20:04:14 +0200 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2022-01-21 20:04:14 +0200 |
commit | d3c5604b409b58434253ac010aa40cc9354f5530 (patch) | |
tree | 2788daca5e48b18328ca77435335e1f369fcdc75 /conf | |
parent | 2aa50115b56c08abaf8664fc5b8ba444f775c874 (diff) | |
download | meta-mlinux-d3c5604b409b58434253ac010aa40cc9354f5530.tar.gz meta-mlinux-d3c5604b409b58434253ac010aa40cc9354f5530.tar.bz2 meta-mlinux-d3c5604b409b58434253ac010aa40cc9354f5530.zip |
gpsd: allow gpsd preffered version to be redefined
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 cb25273..fa8364d 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" |