summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-25 17:11:33 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:40 -0800
commit2c18b9a4410683b14840b04bd30748e0104a3ccc (patch)
tree66f9bbf22e9321b5ff71438c453e6e75eb62c8b7
parenta051c8db8bb2f90312ccacf87b7c7626a847c03b (diff)
downloadmeta-openembedded-2c18b9a4410683b14840b04bd30748e0104a3ccc.tar.gz
gpsd: upgrade 3.26.1 -> 3.27
Changelog: ============ - Improve support for newer signal ids (L1/L2/L5, etc.). - xgps add signal id names - gpsrinex, support new signal ids. Add -g and --gnss options. - Initial SPARTNv2 support. Disabled by default, terrible protocol. - Many ubxtool updates for newer u-blox receivers. - Update driver_ubx for newer u-blox receivers. - Lexer() FFI interface is unused, and deprecated October 2025. - xgps and xgpsspeed work under Wayland. - Add support for Qt6. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.27.bb (renamed from meta-oe/recipes-navigation/gpsd/gpsd_3.26.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.26.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.27.bb
index e4a571daa6..41a3231069 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.26.1.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.27.bb
@@ -10,7 +10,7 @@ HOMEPAGE = "https://gpsd.io/"
10SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 10SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
11 file://gpsd.init \ 11 file://gpsd.init \
12 " 12 "
13SRC_URI[sha256sum] = "dc7e465968c1540e61bc57c7586d6a57a0047212a014efdad348f907bc2e0990" 13SRC_URI[sha256sum] = "6195292dd7910be68cb7018d45166283eaefd3f9db9773fcd6e9a78d49eac999"
14 14
15inherit scons update-rc.d python3-dir python3native systemd update-alternatives pkgconfig 15inherit scons update-rc.d python3-dir python3native systemd update-alternatives pkgconfig
16 16