diff options
author | John Klug <john.klug@multitech.com> | 2017-01-12 17:36:37 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-12 17:36:37 -0600 |
commit | 9c2dff39448305408d5843db5461716f4845800d (patch) | |
tree | ec5166d5066420d8ea14b81971df71ed0f9800b3 /recipes-navigation | |
parent | b05b7927a9c717e554bc499e27bb8d7df599aa26 (diff) | |
download | meta-mlinux-9c2dff39448305408d5843db5461716f4845800d.tar.gz meta-mlinux-9c2dff39448305408d5843db5461716f4845800d.tar.bz2 meta-mlinux-9c2dff39448305408d5843db5461716f4845800d.zip |
gpsd must start before ntp
Diffstat (limited to 'recipes-navigation')
-rw-r--r-- | recipes-navigation/gpsd/gpsd_3.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd_3.16.bb b/recipes-navigation/gpsd/gpsd_3.16.bb index e5b3207..7a61f68 100644 --- a/recipes-navigation/gpsd/gpsd_3.16.bb +++ b/recipes-navigation/gpsd/gpsd_3.16.bb @@ -35,7 +35,7 @@ SRC_URI[sha256sum] = "03579af13a4d3fe0c5b79fa44b5f75c9f3cac6749357f1d99ce5d38c09 inherit scons update-rc.d python-dir pythonnative systemd INITSCRIPT_NAME = "gpsd" -INITSCRIPT_PARAMS = "defaults 35" +INITSCRIPT_PARAMS = "defaults 10" SYSTEMD_OESCONS = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false',d)}" |