mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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 <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
ec6d073518
commit
64156a6f8f
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user