diff options
author | John Klug <john.klug@multitech.com> | 2019-01-08 11:43:53 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-08 12:12:13 -0600 |
commit | 9dad0b7171d9a6dda4f4209c9d7b4fd164f9e391 (patch) | |
tree | 36ca77be6cb25d9f97ebde98624fc1aef4bbfb64 /recipes-navigation | |
parent | 237e032c41325162a29a370b21b61db50634a720 (diff) | |
download | meta-mlinux-9dad0b7171d9a6dda4f4209c9d7b4fd164f9e391.tar.gz meta-mlinux-9dad0b7171d9a6dda4f4209c9d7b4fd164f9e391.tar.bz2 meta-mlinux-9dad0b7171d9a6dda4f4209c9d7b4fd164f9e391.zip |
Split out gpspipe into new package called gpspipe from gps-utils
Diffstat (limited to 'recipes-navigation')
-rw-r--r-- | recipes-navigation/gpsd/gpsd_3.18.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd_3.18.1.bb b/recipes-navigation/gpsd/gpsd_3.18.1.bb index ce7e099..5a64d3e 100644 --- a/recipes-navigation/gpsd/gpsd_3.18.1.bb +++ b/recipes-navigation/gpsd/gpsd_3.18.1.bb @@ -131,7 +131,7 @@ pkg_postrm_${PN}-conf() { update-alternatives --remove gpsd-defaults ${sysconfdir}/default/gpsd.default } -PACKAGES =+ "libgps libgpsd python-pygps-dbg python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" +PACKAGES =+ "libgps libgpsd python-pygps-dbg python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gpspipe gps-utils" # File does not exist: ${libdir}/libQgpsmm.prl FILES_${PN}-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc \ @@ -162,6 +162,9 @@ CONFFILES_${PN}-conf = "${sysconfdir}/default/gpsd.default" SUMMARY_${PN}-gpsctl = "Tool for tweaking GPS modes" FILES_${PN}-gpsctl = "${bindir}/gpsctl" +SUMMARY_gpspipe = "Tool to connectg to gpsd and retrieve sentences" +FILES_gpspipe = "${bindir}/gpspipe" + SUMMARY_gps-utils = "Utils used for simulating, monitoring,... a GPS" FILES_gps-utils = "${bindir}/*" RDEPENDS_gps-utils = "python-pygps" |