From 64156a6f8f3b4527c4732c91936aee0a167acb48 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Fri, 22 Apr 2022 10:54:31 +0200 Subject: [PATCH] gpsd: Correct the creation of the gps-utils-python package The gps-utils-python package was introduced in commit 66721940 (gpsd: split python utils from gps-utils), except it was never added to PACKAGES, which resulted in the following error if anything depends on gpsd: ERROR: Nothing RPROVIDES 'gps-utils-python' (but .../gpsd_3.23.1.bb RDEPENDS on or otherwise requires it) Also remove a no longer relevant comment. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb index 8d270ec58f..410db92bd0 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb @@ -79,7 +79,7 @@ do_install:append() { fi } -PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" +PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils gps-utils-python" RPROVIDES:${PN}-dbg += "python-pygps-dbg" @@ -105,7 +105,6 @@ SUMMARY:gpsd-gpsctl = "Tool for tweaking GPS modes" FILES:gpsd-gpsctl = "${bindir}/gpsctl" SUMMARY:gps-utils = "Utils used for simulating, monitoring,... a GPS" -# Python files are required for gps/fake, required for gpsfake. FILES:gps-utils = "\ ${bindir}/cgps \ ${bindir}/gps2udp \