diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-19 15:31:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:03 -0700 |
commit | dd1bbddb414e5ebebef01d4c53d4ba6aa3ddc455 (patch) | |
tree | 287707621cea5690da7d0cb9275ec76036030ca8 /meta-oe | |
parent | 009a071c767a8631634b5f36fe7ff2cc71ecf0af (diff) | |
download | meta-openembedded-dd1bbddb414e5ebebef01d4c53d4ba6aa3ddc455.tar.gz |
geoclue: upgrade 2.7.0 -> 2.7.1
Changelog:
===========
- Add 'age' field to MLS locate queries
- Location updates now always have an accuracy value
- Improvements to NMEA parsing:
- Parse NMEA timestamps with sub-second accuracy
- Add default accuracy to NMEA RMC locations
- Ignore locations from GGA and RMC sentences if the GNSS fix is not valid
- Prioritize GNSS sources with a recent fix over other sources, preventing location jumps
- Install D-Bus policy in /usr/share, not /etc
- Upgrade GLib / Gio dependency to version 2.68.0
- Correct gi annotations in GClueSimple
- Various small fixes
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb (renamed from meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb index 822e3043eb..2628b77102 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-3.0 intltool-native" | |||
12 | 12 | ||
13 | inherit meson pkgconfig gtk-doc gobject-introspection vala useradd | 13 | inherit meson pkgconfig gtk-doc gobject-introspection vala useradd |
14 | 14 | ||
15 | SRCREV = "bbfb6289dedb88cb8155d9f6868787d5432e1f90" | 15 | SRCREV = "8a24f60969d4c235d9918796c38a6a9c42e10131" |
16 | SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branch=master \ | 16 | SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branch=master \ |
17 | file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \ | 17 | file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \ |
18 | " | 18 | " |