From dd1bbddb414e5ebebef01d4c53d4ba6aa3ddc455 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:31:31 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../geoclue/{geoclue_2.7.0.bb => geoclue_2.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-navigation/geoclue/{geoclue_2.7.0.bb => geoclue_2.7.1.bb} (97%) diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.1.bb similarity index 97% rename from meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb rename to 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" inherit meson pkgconfig gtk-doc gobject-introspection vala useradd -SRCREV = "bbfb6289dedb88cb8155d9f6868787d5432e1f90" +SRCREV = "8a24f60969d4c235d9918796c38a6a9c42e10131" SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branch=master \ file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \ "