Skip to content

Commit

Permalink
gpsd: remove obsolete files from FILES:gps-utils
Browse files Browse the repository at this point in the history
- ${libdir}/gps/*.py is already packaged by python3-pygps
- no files matches ${libdir}/gps/*.so

Signed-off-by: Christian Eggers <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
ceggers-arri authored and kraj committed Nov 16, 2021
1 parent c90299b commit b4ec904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ 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}/* ${libdir}/gps/*.py ${libdir}/gps/*.so"
FILES:gps-utils = "${bindir}/*"
RDEPENDS:gps-utils = "python3-pygps"

SUMMARY:python3-pygps = "Python bindings to gpsd"
Expand Down

0 comments on commit b4ec904

Please sign in to comment.