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() {