aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-16 16:33:21 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-16 19:33:29 -0800
commitdaae12f560007c59af37ae446cd4be477dae0089 (patch)
tree94da21d978fbd318357dcc56d0809a2204028093 /meta-oe/recipes-navigation
parentc24f88a02bb714c03184fc34bc53475cc07e11b6 (diff)
downloadmeta-openembedded-contrib-daae12f560007c59af37ae446cd4be477dae0089.tar.gz
geoclue: upgrade 2.6.0 -> 2.7.0
Changelog: ========== - Multiple config files named *.conf are now read from the config directory at @sysconfdir@/geoclue/conf.d, - HTTP requests are now made via libsoup3.0 instead of libsoup2.4, - A static location can now be set in @sysconfdir@/geolocation for immobile systems, - Web source requests are now submitted with combined WiFi and 3GPP tower data, - Web source now checks connectivity in a way that allows location and submission servers running on localhost, - Web source submissions are now made using /v2/geosubmit API, - Web source cell tower submissions now have the correct radio type, - Web source requests now submit the BSS age property, - Web source submissions now contain the location speed, - Web source cache now respects WiFi signal tolerance strictly, - NMEA source now supports both '\n' and '\r' NMEA delimiters, - NMEA source can now be made the Web source submit source, - ModemManager now use signaled calls to get cached location information to avoid performing explicit modem query, - Location description now contains information about its source, - GSettings backend no longer complains about being run from a read-only filesystem, - Many small improvements and fixes, some memory safety related. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb (renamed from meta-oe/recipes-navigation/geoclue/geoclue_2.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.6.0.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb
index 798a9c16b6..f7039b5916 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.6.0.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.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 = "becfa5837cfafa064219a5ab2c2a4eaf35b24c0b"
+SRCREV = "bbfb6289dedb88cb8155d9f6868787d5432e1f90"
SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;nobranch=1"
S = "${WORKDIR}/git"