From 30afb7eff8af2cffe7012e7e4f4bbf6bceae4f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20J=C3=A4ggi?= Date: Fri, 27 Mar 2020 08:38:30 +0100 Subject: [PATCH] gpsd: created gps-utils-conf package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit neom8tool is part of gps-utils, the gnss0.ubx config file is now part of the newly created gps-utils-congf package. BugzID: 62085 Signed-off-by: Tobias Jäggi --- recipes-connectivity/gpsd/gpsd_%.bbappend | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-connectivity/gpsd/gpsd_%.bbappend b/recipes-connectivity/gpsd/gpsd_%.bbappend index ab079d2..beae5be 100644 --- a/recipes-connectivity/gpsd/gpsd_%.bbappend +++ b/recipes-connectivity/gpsd/gpsd_%.bbappend @@ -19,8 +19,6 @@ S = "${WORKDIR}/git" SYSTEMD_SERVICE_${PN} += "${BPN}.service \ " - - TTY_DEVICE = "/dev/ttyS3" TTY_DEVICE_imx8-nmhw23 = "/dev/gps0" TTY_DEVICE_am335x-nmhw24 = "/dev/ttyS3" @@ -41,6 +39,11 @@ do_install_append () { sed -i 's|USBAUTO="true"|USBAUTO="${USBAUTO_STATE}"|g' ${D}/etc/default/gpsd.default } +SUMMARY_gps-utils-conf = "gps-utils configuration files" +PACKAGES_prepend = "gps-utils-conf " +RDEPENDS_gps-utils = "gps-utils-conf" +FILES_gps-utils-conf = "${sysconfdir}/gnss/*.ubx" + # workaround for receipe backport: gpsd 3.19 is installing shared object files in different # place than expect. do_install_append() {