Skip to content

Commit

Permalink
gpsd: list files for gps-utils individually
Browse files Browse the repository at this point in the history
Avoid packaging 'gpsd' and 'gpsdctl' by gps-utils in configurations
where ${bindir}==${sbindir} (e.g. nativesdk). Additionally provide
${sbindir} to scons for this case.

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 b4ec904 commit ab1057d
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ EXTRA_OESCONS = " \
nostrip='true' \
systemd='${SYSTEMD_OESCONS}' \
libdir='${libdir}' \
sbindir='${sbindir}' \
udevdir='${nonarch_base_libdir}/udev' \
unitdir='${systemd_system_unitdir}' \
manbuild='false' \
Expand Down Expand Up @@ -102,7 +103,32 @@ 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}/*"
FILES:gps-utils = "\
${bindir}/cgps \
${bindir}/gegps \
${bindir}/gps2udp \
${bindir}/gpscat \
${bindir}/gpscsv \
${bindir}/gpsctl \
${bindir}/gpsdebuginfo \
${bindir}/gpsdecode \
${bindir}/gpsfake \
${bindir}/gpsmon \
${bindir}/gpspipe \
${bindir}/gpsplot \
${bindir}/gpsprof \
${bindir}/gpsrinex \
${bindir}/gpssnmp \
${bindir}/gpssubframe \
${bindir}/gpxlogger \
${bindir}/lcdgps \
${bindir}/ntpshmmon \
${bindir}/ppscheck \
${bindir}/ubxtool \
${bindir}/xgps \
${bindir}/xgpsspeed \
${bindir}/zerk \
"
RDEPENDS:gps-utils = "python3-pygps"

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

0 comments on commit ab1057d

Please sign in to comment.